diff options
author | Steve French <sfrench@us.ibm.com> | 2006-06-01 05:09:10 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-06-01 05:09:10 +0000 |
commit | 9c53588ec96d85f82e9bf3fb1af7cca31056e940 (patch) | |
tree | 29357cd58a40c571ced0064a54272fa3d3e374a0 /fs/cifs/cifsfs.h | |
parent | 3979877e5606ecc58c5a31bd0078c6d80ba9cbe7 (diff) | |
download | linux-3.10-9c53588ec96d85f82e9bf3fb1af7cca31056e940.tar.gz linux-3.10-9c53588ec96d85f82e9bf3fb1af7cca31056e940.tar.bz2 linux-3.10-9c53588ec96d85f82e9bf3fb1af7cca31056e940.zip |
[CIFS] Missing include shows up on some architectures
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 c98755dca86..2fc6d6527f1 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -99,5 +99,5 @@ extern ssize_t cifs_getxattr(struct dentry *, const char *, void *, size_t); extern ssize_t cifs_listxattr(struct dentry *, char *, size_t); extern int cifs_ioctl (struct inode * inode, struct file * filep, unsigned int command, unsigned long arg); -#define CIFS_VERSION "1.43" +#define CIFS_VERSION "1.44" #endif /* _CIFSFS_H */ |