diff options
author | Steve French <sfrench@us.ibm.com> | 2008-08-06 05:11:33 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2008-08-06 05:11:33 +0000 |
commit | 26b994fad6a062697846a861ecc008447409dfb6 (patch) | |
tree | c1de49d0600c7fa81b029297fada6ea54e148c6a /fs/cifs/CHANGES | |
parent | 95089910933e10768cfef1ab0bab0c55b962aacb (diff) | |
download | linux-26b994fad6a062697846a861ecc008447409dfb6.tar.bz2 |
[CIFS] Code cleanup in old sessionsetup code
Remove some long lines
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r-- | fs/cifs/CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index 1f3465201fdf..f5d0083e09fa 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES @@ -1,3 +1,11 @@ +Version 1.54 +------------ +Fix premature write failure on congested networks (we would give up +on EAGAIN from the socket too quickly on large writes). +Cifs_mkdir and cifs_create now respect the setgid bit on parent dir. +Fix endian problems in acl (mode from/to cifs acl) on bigendian +architectures. + Version 1.53 ------------ DFS support added (Microsoft Distributed File System client support needed |