diff options
author | Alan Tyson <atyson@hp.com> | 2007-03-10 06:05:14 (GMT) |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2007-03-10 06:05:14 (GMT) |
commit | f5c1e2ea71603bc2962041fef9dd902cb8626a1d (patch) | |
tree | 506df04849d84bbc9094a878f29123bb8e342cd1 /fs/cifs/CHANGES | |
parent | eee8abe5de9cbd936b51db292c8d3c406b0e79e7 (diff) | |
download | linux-f5c1e2ea71603bc2962041fef9dd902cb8626a1d.tar.xz |
[CIFS] reset mode when client notices that ATTR_READONLY is no longer set
Signed-off-by: Alan Tyso <atyson@hp.com>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
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, 3 insertions, 0 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index 6247628..1cbe561 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES @@ -4,6 +4,9 @@ Fix mtime bouncing around from local idea of last write times to remote time. Fix hang (in i_size_read) when simultaneous size update of same remote file on smp system corrupts sequence number. Do not reread unnecessarily partial page (which we are about to overwrite anyway) when writing out file opened rw. +When DOS attribute of file on non-Unix server's file changes on the server side +from read-only back to read-write, reflect this change in default file mode +(we had been leaving a file's mode read-only until the inode were reloaded) Version 1.47 ------------ |