aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r--fs/cifs/CHANGES5
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
12on server which does not support the Unix Extensions). Remove read only dos 12on server which does not support the Unix Extensions). Remove read only dos
13attribute on chmod when adding any write permission (ie on any of 13attribute on chmod when adding any write permission (ie on any of
14user/group/other (not all of user/group/other ie 0222) when 14user/group/other (not all of user/group/other ie 0222) when
15mounted to windows. 15mounted to windows. Add support for POSIX MkDir (slight performance
16enhancement and eliminates the network race between the mkdir and set
17path info of the mode).
18
16 19
17Version 1.47 20Version 1.47
18------------ 21------------