diff options
author | Steve French <sfrench@us.ibm.com> | 2009-08-03 23:53:28 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2009-08-03 23:53:28 -0400 |
commit | d098564f3b2b5d555e51bca765a6a9e0dda8f2cd (patch) | |
tree | 4408cca53ee3a1c024514d1dd06cedd58bc5af48 /fs/cifs/CHANGES | |
parent | 24e2fb615fd6b624c320cec9ea9d91a75dad902e (diff) |
[CIFS] Update readme to reflect forceuid mount parms
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r-- | fs/cifs/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index 651cefde385b..e85b1e4389e0 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -2,7 +2,8 @@ Version 1.60 | |||
2 | ------------- | 2 | ------------- |
3 | Fix memory leak in reconnect. Fix oops in DFS mount error path. | 3 | Fix memory leak in reconnect. Fix oops in DFS mount error path. |
4 | Set s_maxbytes to smaller (the max that vfs can handle) so that | 4 | Set s_maxbytes to smaller (the max that vfs can handle) so that |
5 | sendfile will now work over cifs mounts again. | 5 | sendfile will now work over cifs mounts again. Add noforcegid |
6 | and noforceuid mount parameters. | ||
6 | 7 | ||
7 | Version 1.59 | 8 | Version 1.59 |
8 | ------------ | 9 | ------------ |