diff options
author | Steve French <sfrench@us.ibm.com> | 2007-12-30 18:49:57 -0500 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2007-12-30 18:49:57 -0500 |
commit | dae5dbdbd786798ad2249e54df1156d524da30aa (patch) | |
tree | 395e075ae32ce7ccbf49c7a1a510d382306cd2e8 /fs/cifs/CHANGES | |
parent | e697789d64f8748cb219d7f5c413c512953802cc (diff) |
[CIFS] fix SetEA failure to some Samba versions
Thanks to Oleg Gvozdev for noticing the problem.
CC: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r-- | fs/cifs/CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index a609599287aa..13d788f9e5f0 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -3,7 +3,7 @@ Version 1.52 | |||
3 | Fix oops on second mount to server when null auth is used. | 3 | Fix oops on second mount to server when null auth is used. |
4 | Enable experimental Kerberos support. Return writebehind errors on flush | 4 | Enable experimental Kerberos support. Return writebehind errors on flush |
5 | and sync so that events like out of disk space get reported properly on | 5 | and sync so that events like out of disk space get reported properly on |
6 | cached files. | 6 | cached files. Fix setxattr failure to certain Samba versions. |
7 | 7 | ||
8 | Version 1.51 | 8 | Version 1.51 |
9 | ------------ | 9 | ------------ |