diff options
author | Steve French <sfrench@us.ibm.com> | 2010-07-16 04:18:36 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2010-08-02 12:40:38 +0000 |
commit | c5e04a3e4975d11d997528caf5d4880902fa90d8 (patch) | |
tree | 469a2f5684758cdca01face50bb392d2a6ec8bc7 /fs/cifs/cifsfs.h | |
parent | fa1df75d4debde6d843e616df656f50a92958737 (diff) | |
download | op-kernel-dev-c5e04a3e4975d11d997528caf5d4880902fa90d8.zip op-kernel-dev-c5e04a3e4975d11d997528caf5d4880902fa90d8.tar.gz |
[CIFS] Fix build break when CONFIG_CIFS_FSCACHE disabled
CC: Suresh Jayaraman <sjayaraman@suse.de>
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 a7eb65c..d82f5fb 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.64" +#define CIFS_VERSION "1.65" #endif /* _CIFSFS_H */ |