Skip to content

Commit

Permalink
Update cifs version number
Browse files Browse the repository at this point in the history
With SMB2 support, update from version 1.79 to 2.0 to make
it easier for users to recognize which version has SMB2 support.

Signed-off-by: Steve French <[email protected]>
Reviewed-by: Jeff Layton <[email protected]>
  • Loading branch information
smfrench committed Sep 25, 2012
1 parent 3d6d854 commit 5efeb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/cifs/cifsfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,5 @@ extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg);
extern const struct export_operations cifs_export_ops;
#endif /* CONFIG_CIFS_NFSD_EXPORT */

#define CIFS_VERSION "1.78"
#define CIFS_VERSION "2.0"
#endif /* _CIFSFS_H */

0 comments on commit 5efeb09

Please sign in to comment.