diff options
author | Steve French <sfrench@us.ibm.com> | 2007-10-12 00:11:59 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2007-10-12 00:11:59 -0400 |
commit | 297647c21f11dc1449f9bdb1601ae43e951bba0b (patch) | |
tree | 17cea90be1ab27138b4c6c19bf2b8e45097c3ac6 /fs/cifs/CHANGES | |
parent | a013689ddb2a4ba5f0452c053c0bf00bafb686f1 (diff) |
[CIFS] CIFS ACL support part 3
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 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index c8ad87de4a78..13071faf8af7 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -6,7 +6,10 @@ which support the current POSIX Extensions to provide better semantics | |||
6 | (e.g. delete for open files opened with posix open). Take into | 6 | (e.g. delete for open files opened with posix open). Take into |
7 | account umask on posix mkdir not just older style mkdir. Add | 7 | account umask on posix mkdir not just older style mkdir. Add |
8 | ability to mount to IPC$ share (which allows CIFS named pipes to be | 8 | ability to mount to IPC$ share (which allows CIFS named pipes to be |
9 | opened, read and written as if they were files). | 9 | opened, read and written as if they were files). When 1st tree |
10 | connect fails (e.g. due to signing negotiation failure) fix | ||
11 | leak that causes cifsd not to stop and rmmod to fail to cleanup | ||
12 | cifs_request_buffers pool. | ||
10 | 13 | ||
11 | Version 1.50 | 14 | Version 1.50 |
12 | ------------ | 15 | ------------ |