aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cifs/TODO')
-rw-r--r--fs/cifs/TODO6
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 @@
1version 1.36 September 6, 2005 1version 1.37 October 9, 2005
2 2
3A Partial List of Missing Features 3A Partial List of Missing Features
4================================== 4==================================
@@ -38,8 +38,8 @@ by unlocking all known byte range locks that we locked on the file.
38i) quota support (needs minor kernel change since quota calls 38i) quota support (needs minor kernel change since quota calls
39to make it to network filesystems or deviceless filesystems) 39to make it to network filesystems or deviceless filesystems)
40 40
41j) finish writepages support (multi-page write behind for improved 41j) investigate sync behavior (including syncpage) and check
42performance) and syncpage. Started by Shaggy. 42for proper behavior of intr/nointr
43 43
44k) hook lower into the sockets api (as NFS/SunRPC does) to avoid the 44k) hook lower into the sockets api (as NFS/SunRPC does) to avoid the
45extra copy in/out of the socket buffers in some cases. 45extra copy in/out of the socket buffers in some cases.