diff options
author | Steve French <sfrench@us.ibm.com> | 2006-08-16 15:44:25 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-08-16 15:44:25 -0400 |
commit | ea4c07d780a6f7b7be2d984117bd3e0a2b772e3d (patch) | |
tree | 5028cb83b1ff387a3c5d997b0688930bc2c55b08 /fs/cifs/CHANGES | |
parent | 5ddaa683a513439081c9511b0d9ad490672c51c9 (diff) |
[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 bd37727526ea..0feb3bd49cb8 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -5,7 +5,8 @@ time out requests if server still responding reasonably fast | |||
5 | on requests on other threads. Improve POSIX locking emulation, | 5 | on requests on other threads. Improve POSIX locking emulation, |
6 | (lock cancel now works, and unlock of merged range works even | 6 | (lock cancel now works, and unlock of merged range works even |
7 | to Windows servers now). Fix oops on mount to lanman servers | 7 | to Windows servers now). Fix oops on mount to lanman servers |
8 | (win9x, os/2 etc.) when null password. | 8 | (win9x, os/2 etc.) when null password. Do not send listxattr |
9 | (SMB to query all EAs) if nouser_xattr specified. | ||
9 | 10 | ||
10 | Version 1.44 | 11 | Version 1.44 |
11 | ------------ | 12 | ------------ |