diff options
author | Steve French <smfrench@austin.rr.com> | 2005-04-29 01:41:07 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-29 01:41:07 -0400 |
commit | 099a58f681ed951434574ec39bdfe87055bafe73 (patch) | |
tree | 5015a6eb19cc62766fba00c3183e21e5ad50ae9b /fs/cifs/CHANGES | |
parent | b8643e1b5253a6a51da5574a55a2f9148e255cfd (diff) |
[PATCH] cifs: Missing initialization for largeBuf flag left out of previous changeset
Signed-off-by: Steve French (sfrench@us.ibm.com)
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r-- | fs/cifs/CHANGES | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index de63a0e3f4ce..be3a57509e60 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -11,7 +11,11 @@ cifs_close. Add mount option for remapping reserved characters in | |||
11 | filenames (also allow recognizing files with created by SFU which have any | 11 | filenames (also allow recognizing files with created by SFU which have any |
12 | of these seven reserved characters, except backslash, to be recognized). | 12 | of these seven reserved characters, except backslash, to be recognized). |
13 | Fix invalid transact2 message (we were sometimes trying to interpret | 13 | Fix invalid transact2 message (we were sometimes trying to interpret |
14 | oplock breaks as SMB responses). | 14 | oplock breaks as SMB responses). Add ioctl for checking that the |
15 | current uid matches the uid of the mounter (needed by umount.cifs). | ||
16 | Reduce the number of large buffer allocations in cifs response processing | ||
17 | (significantly reduces memory pressure under heavy stress with multiple | ||
18 | processes accessing the same server at the same time). | ||
15 | 19 | ||
16 | Version 1.31 | 20 | Version 1.31 |
17 | ------------ | 21 | ------------ |