diff options
author | Steve French <sfrench@us.ibm.com> | 2009-09-01 17:20:50 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2009-09-01 17:20:50 +0000 |
commit | ca43e3beee38623a3f80691b28623d6ecf214742 (patch) | |
tree | 779d99d0f4a29d3fc6541f48423da9852eb6bbbe /fs/cifs/cifsfs.h | |
parent | bdb97adcdf0993adbd2eef44b4533620d43792de (diff) |
[CIFS] Fix checkpatch warnings
Also update version number to 1.61
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 6c170948300d..094325e3f714 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -113,5 +113,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.60" +#define CIFS_VERSION "1.61" #endif /* _CIFSFS_H */ |