diff options
author | Steve French <sfrench@us.ibm.com> | 2005-08-30 16:10:14 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-08-30 16:10:14 -0400 |
commit | 16abbecdad3367c76c12537450eba0d86943fe2c (patch) | |
tree | 4e15d2ce6e7ab84587e29c3cdbfed94d25ae5d9f /fs/cifs/CHANGES | |
parent | 2016ef789a9ded2e169ad1c028ae3deb5302571f (diff) |
[CIFS] Add support for suspend
cifsd had been preventing software suspend from completing.
Signed-off-by: pavel@suse.de
Signed-off-by: Steve French <sfrench@us.ibm.com> lightly modified
---
fs/cifs/CHANGES | 3 ++-
fs/cifs/cifsfs.c | 4 ++++
fs/cifs/connect.c | 2 ++
3 files changed, 8 insertions(+), 1 deletions(-)
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 340b4ffb3493..6c73f020ef40 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -2,7 +2,8 @@ Version 1.36 | |||
2 | ------------ | 2 | ------------ |
3 | Add support for mounting to older pre-CIFS servers such as Windows9x and ME. | 3 | Add support for mounting to older pre-CIFS servers such as Windows9x and ME. |
4 | For these older servers, add option for passing netbios name of server in | 4 | For these older servers, add option for passing netbios name of server in |
5 | on mount (servernetbiosname). | 5 | on mount (servernetbiosname). Add suspend support for power management, to |
6 | avoid cifsd thread preventing software suspend from working. | ||
6 | Add mount option for disabling the default behavior of sending byte range lock | 7 | Add mount option for disabling the default behavior of sending byte range lock |
7 | requests to the server (necessary for certain applications which break with | 8 | requests to the server (necessary for certain applications which break with |
8 | mandatory lock behavior such as Evolution), and also mount option for | 9 | mandatory lock behavior such as Evolution), and also mount option for |