From: Steve French Date: Fri, 28 Oct 2011 19:49:46 +0000 (-0500) Subject: [CIFS] Update cifs version to 1.76 X-Git-Tag: v3.2-rc1~67^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ea00c6977d8b1463ee86d6689c8ef35ee2529a0;p=thirdparty%2Fkernel%2Flinux.git [CIFS] Update cifs version to 1.76 Update cifs version to 1.76 now that async read, lock caching, and changes to oplock enabled interface are in. Thanks to Pavel for reminding me. Reviewed-by: Pavel Shilovsky Signed-off-by: Steve French --- diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index d9dbaf869cd13..30ff56005d8ff 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -125,5 +125,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.75" +#define CIFS_VERSION "1.76" #endif /* _CIFSFS_H */