diff options
author | Steve French <sfrench@us.ibm.com> | 2005-09-15 21:47:30 -0700 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-09-15 21:47:30 -0700 |
commit | eafe87012159a40a1e7151cc576e99a22aea2f0b (patch) | |
tree | 5d9225494429ea235befb943581901d9c94aa236 /fs/cifs/cifsfs.h | |
parent | ab2f218f4fa2c36ecd39ac1406eec1e63cd430bd (diff) |
[CIFS] Fix readdir caching when unlink removes file in current search
buffer, and this is followed by a rewind search to just before
the deleted entry.
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 bb3404a99e5f..0f6d352ab813 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -97,5 +97,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.36" +#define CIFS_VERSION "1.37" #endif /* _CIFSFS_H */ |