From: Steve French Date: Mon, 10 Oct 2005 18:49:37 +0000 (-0700) Subject: [CIFS] Update cifs version to 1.38 X-Git-Tag: v2.6.15-rc1~18^2~35^2~5^2~9 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=02c37a6df558fb8768c4c8ae792e86e9abf2d733;p=linux-2.6-omap-h63xx.git [CIFS] Update cifs version to 1.38 Signed-off-by: Steve French --- diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index 0f6d352ab81..4cdb29fdc8c 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -97,5 +97,5 @@ extern ssize_t cifs_getxattr(struct dentry *, const char *, void *, size_t); extern ssize_t cifs_listxattr(struct dentry *, char *, size_t); extern int cifs_ioctl (struct inode * inode, struct file * filep, unsigned int command, unsigned long arg); -#define CIFS_VERSION "1.37" +#define CIFS_VERSION "1.38" #endif /* _CIFSFS_H */