aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/CHANGES
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2009-06-06 21:09:39 +0000
committerSteve French <sfrench@us.ibm.com>2009-06-06 21:09:39 +0000
commitf0472d0ec89bef2ea4432828c3daa1b26ef569aa (patch)
tree3241e426eee1e7a3233f9649e779984aa18f9b98 /fs/cifs/CHANGES
parentcifs: make overriding of ownership conditional on new mount options (diff)
downloadlinux-dev-f0472d0ec89bef2ea4432828c3daa1b26ef569aa.tar.xz
linux-dev-f0472d0ec89bef2ea4432828c3daa1b26ef569aa.zip
[CIFS] Add mention of new mount parm (forceuid) to cifs readme
Also update fs/cifs/CHANGES Signed-off-by: Steve French <sfrench@us.ibm.com>
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
------------
Client uses server inode numbers (which are persistent) rather than
client generated ones by default (mount option "serverino" turned
-on by default if server supports it).
+on by default if server supports it). Add forceuid and forcegid
+mount options (so that when negotiating unix extensions specifying
+which uid mounted does not immediately force the server's reported
+uids to be overridden).
Version 1.58
------------