diff options
author | Steve French <sfrench@us.ibm.com> | 2010-04-21 04:12:10 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2010-04-21 04:12:10 +0000 |
commit | f19159dc5ab9ec28c3b8230689101335d98e2d68 (patch) | |
tree | dbfe881035d52e3fb578e253a9d27d56cbb09c2f /fs/cifs/cifsfs.h | |
parent | b6b38f704a8193daba520493ebdaf7e819962fc8 (diff) | |
download | linux-3.10-f19159dc5ab9ec28c3b8230689101335d98e2d68.tar.gz linux-3.10-f19159dc5ab9ec28c3b8230689101335d98e2d68.tar.bz2 linux-3.10-f19159dc5ab9ec28c3b8230689101335d98e2d68.zip |
[CIFS] Cleanup various minor breakage in previous cFYI cleanup
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsfs.h')
-rw-r--r-- | fs/cifs/cifsfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index 7aa57ecdc43..dac76022c5f 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -114,5 +114,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.62" +#define CIFS_VERSION "1.63" #endif /* _CIFSFS_H */ |