diff options
author | Steve French <sfrench@us.ibm.com> | 2007-04-23 18:07:35 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2007-04-23 18:07:35 -0400 |
commit | 2dd29d3133ad4c7926ea03b8431e604373c4ad65 (patch) | |
tree | 67865fc39bc4095fee16b6a6329c778360d51945 /fs/cifs/CHANGES | |
parent | 5268df2ead6def933ace27ab4d46f67d2989b905 (diff) |
[CIFS] New CIFS POSIX mkdir performance improvement
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 f75bdc661769..713fec669135 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -12,7 +12,10 @@ when archive dos attribute not set and we are changing mode back to writeable | |||
12 | on server which does not support the Unix Extensions). Remove read only dos | 12 | on server which does not support the Unix Extensions). Remove read only dos |
13 | attribute on chmod when adding any write permission (ie on any of | 13 | attribute on chmod when adding any write permission (ie on any of |
14 | user/group/other (not all of user/group/other ie 0222) when | 14 | user/group/other (not all of user/group/other ie 0222) when |
15 | mounted to windows. | 15 | mounted to windows. Add support for POSIX MkDir (slight performance |
16 | enhancement and eliminates the network race between the mkdir and set | ||
17 | path info of the mode). | ||
18 | |||
16 | 19 | ||
17 | Version 1.47 | 20 | Version 1.47 |
18 | ------------ | 21 | ------------ |