diff options
author | Shirish Pargaonkar <shirishp@us.ibm.com> | 2007-10-30 00:45:14 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2007-10-30 00:45:14 -0400 |
commit | e01b64001359034d04c695388870936ed3d1b56b (patch) | |
tree | 1c6c3e0267e7bd902d0c8c9293ceb844a6993bd2 /fs/cifs/CHANGES | |
parent | b9c7a2bb1e57f571d3b0763bdce1ce15510a7b78 (diff) |
[CIFS] enable get mode from ACL when cifsacl mount option specified
Part 9 of ACL patch series. getting mode from ACL now works in
some cases (and requires CIFS_EXPERIMENTAL config option).
Signed-off-by: Shirish Pargaonkar <shirishp@us.ibm.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r-- | fs/cifs/CHANGES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index 3d419163c3d3..c65c9da863f3 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -12,7 +12,9 @@ leak that causes cifsd not to stop and rmmod to fail to cleanup | |||
12 | cifs_request_buffers pool. Fix problem with POSIX Open/Mkdir on | 12 | cifs_request_buffers pool. Fix problem with POSIX Open/Mkdir on |
13 | bigendian architectures. Fix possible memory corruption when | 13 | bigendian architectures. Fix possible memory corruption when |
14 | EAGAIN returned on kern_recvmsg. Return better error if server | 14 | EAGAIN returned on kern_recvmsg. Return better error if server |
15 | requires packet signing but client has disabled it. | 15 | requires packet signing but client has disabled it. When mounted |
16 | with cifsacl mount option - mode bits are approximated based | ||
17 | on the contents of the files ACL. | ||
16 | 18 | ||
17 | Version 1.50 | 19 | Version 1.50 |
18 | ------------ | 20 | ------------ |