diff options
author | Steve French <sfrench@us.ibm.com> | 2006-08-16 19:44:25 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-08-16 19:44:25 +0000 |
commit | ea4c07d780a6f7b7be2d984117bd3e0a2b772e3d (patch) | |
tree | 5028cb83b1ff387a3c5d997b0688930bc2c55b08 /fs/cifs/CHANGES | |
parent | 5ddaa683a513439081c9511b0d9ad490672c51c9 (diff) | |
download | op-kernel-dev-ea4c07d780a6f7b7be2d984117bd3e0a2b772e3d.zip op-kernel-dev-ea4c07d780a6f7b7be2d984117bd3e0a2b772e3d.tar.gz |
[CIFS] Do not send Query All EAs SMB when mount option nouser_xattr
specified
Pointed out by Bjoern Jacke
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r-- | fs/cifs/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index bd37727..0feb3bd 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES @@ -5,7 +5,8 @@ time out requests if server still responding reasonably fast on requests on other threads. Improve POSIX locking emulation, (lock cancel now works, and unlock of merged range works even to Windows servers now). Fix oops on mount to lanman servers -(win9x, os/2 etc.) when null password. +(win9x, os/2 etc.) when null password. Do not send listxattr +(SMB to query all EAs) if nouser_xattr specified. Version 1.44 ------------ |