diff options
author | Steve French <sfrench@us.ibm.com> | 2006-09-21 07:02:52 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-09-21 07:02:52 +0000 |
commit | 2fe87f02a04ad6e7075023a87fe38eb458a4bb9d (patch) | |
tree | ec095fecdccad724faa6560cf7a81a9494a5a093 /fs/cifs/cifsfs.h | |
parent | b835bebe95608c81270636a78b70333afb011925 (diff) | |
download | linux-3.10-2fe87f02a04ad6e7075023a87fe38eb458a4bb9d.tar.gz linux-3.10-2fe87f02a04ad6e7075023a87fe38eb458a4bb9d.tar.bz2 linux-3.10-2fe87f02a04ad6e7075023a87fe38eb458a4bb9d.zip |
[CIFS] Support deep tree mounts (e.g. mounts to //server/share/path)
Samba bugzilla #4040
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 39ee8ef3bde..bea875d9a46 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -100,5 +100,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.45" +#define CIFS_VERSION "1.46" #endif /* _CIFSFS_H */ |