aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsfs.h
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2010-10-23 16:51:40 +0000
committerSteve French <sfrench@us.ibm.com>2010-10-25 00:19:00 +0000
commit6c0f6218ba04a5d6e61d0c55b68e6c4ef0736531 (patch)
tree20575207bcaa90572a619483e763a3e4275845b3 /fs/cifs/cifsfs.h
parentcifs: wait for writeback to complete in cifs_flush (diff)
downloadlinux-dev-6c0f6218ba04a5d6e61d0c55b68e6c4ef0736531.tar.xz
linux-dev-6c0f6218ba04a5d6e61d0c55b68e6c4ef0736531.zip
[CIFS] Fix checkpatch warnings and bump cifs version number
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsfs.h')
-rw-r--r--fs/cifs/cifsfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h
index f35795a16b42..897b2b2b28b5 100644
--- a/fs/cifs/cifsfs.h
+++ b/fs/cifs/cifsfs.h
@@ -112,5 +112,5 @@ extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg);
extern const struct export_operations cifs_export_ops;
#endif /* EXPERIMENTAL */
-#define CIFS_VERSION "1.67"
+#define CIFS_VERSION "1.68"
#endif /* _CIFSFS_H */