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 227c681b816d..b48689839428 100644
--- a/fs/cifs/CHANGES
+++ b/fs/cifs/CHANGES
@@ -2,7 +2,10 @@ Version 1.59
2------------ 2------------
3Client uses server inode numbers (which are persistent) rather than 3Client uses server inode numbers (which are persistent) rather than
4client generated ones by default (mount option "serverino" turned 4client generated ones by default (mount option "serverino" turned
5on by default if server supports it). 5on by default if server supports it). Add forceuid and forcegid
6mount options (so that when negotiating unix extensions specifying
7which uid mounted does not immediately force the server's reported
8uids to be overridden).
6 9
7Version 1.58 10Version 1.58
8------------ 11------------