diff options
author | Steve French <sfrench@us.ibm.com> | 2005-10-10 14:48:26 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-10-10 14:48:26 -0400 |
commit | 190fdeb84499a2dc046adae2eebfdda49e315e96 (patch) | |
tree | a8a84acaeabf0e92d965faf415702a3c37646fe7 /fs/cifs/TODO | |
parent | 0ae0efada36219024e4e3008f16c993d5d091280 (diff) |
[CIFS] Fix byte range locking to Windows when Windows server returns
illegal RFC1001 length (which had caused the lock to block forever
until killed).
Diffstat (limited to 'fs/cifs/TODO')
-rw-r--r-- | fs/cifs/TODO | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/cifs/TODO b/fs/cifs/TODO index 0593f6447319..c909298d11ed 100644 --- a/fs/cifs/TODO +++ b/fs/cifs/TODO | |||
@@ -1,4 +1,4 @@ | |||
1 | version 1.36 September 6, 2005 | 1 | version 1.37 October 9, 2005 |
2 | 2 | ||
3 | A Partial List of Missing Features | 3 | A Partial List of Missing Features |
4 | ================================== | 4 | ================================== |
@@ -38,8 +38,8 @@ by unlocking all known byte range locks that we locked on the file. | |||
38 | i) quota support (needs minor kernel change since quota calls | 38 | i) quota support (needs minor kernel change since quota calls |
39 | to make it to network filesystems or deviceless filesystems) | 39 | to make it to network filesystems or deviceless filesystems) |
40 | 40 | ||
41 | j) finish writepages support (multi-page write behind for improved | 41 | j) investigate sync behavior (including syncpage) and check |
42 | performance) and syncpage. Started by Shaggy. | 42 | for proper behavior of intr/nointr |
43 | 43 | ||
44 | k) hook lower into the sockets api (as NFS/SunRPC does) to avoid the | 44 | k) hook lower into the sockets api (as NFS/SunRPC does) to avoid the |
45 | extra copy in/out of the socket buffers in some cases. | 45 | extra copy in/out of the socket buffers in some cases. |