diff options
author | Steve French <sfrench@us.ibm.com> | 2006-08-15 09:07:18 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-08-15 09:07:18 -0400 |
commit | e466e4876bf39474e15d0572f2204578137ae7f5 (patch) | |
tree | 1cefd7b97eb2d32846cffb5f8a32173e5db65946 /fs/cifs/CHANGES | |
parent | 66abda5e1fa48e12e06d0b68746b0e67202a97d2 (diff) |
[CIFS] Fix oops in cifs_close due to unitialized lock sem and list in
new POSIX locking code
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r-- | fs/cifs/CHANGES | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index acb843b9bc3b..bd37727526ea 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -2,7 +2,10 @@ Version 1.45 | |||
2 | ------------ | 2 | ------------ |
3 | Do not time out lockw calls when using posix extensions. Do not | 3 | Do not time out lockw calls when using posix extensions. Do not |
4 | time out requests if server still responding reasonably fast | 4 | time out requests if server still responding reasonably fast |
5 | on requests on other threads | 5 | on requests on other threads. Improve POSIX locking emulation, |
6 | (lock cancel now works, and unlock of merged range works even | ||
7 | to Windows servers now). Fix oops on mount to lanman servers | ||
8 | (win9x, os/2 etc.) when null password. | ||
6 | 9 | ||
7 | Version 1.44 | 10 | Version 1.44 |
8 | ------------ | 11 | ------------ |