summaryrefslogtreecommitdiffstats
path: root/fs/cifs/TODO
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2007-06-24 20:30:48 +0200
committerSteve French <sfrench@us.ibm.com>2007-06-24 20:30:48 +0200
commit75865f8cc8b38c30c3923b74de4b29a00cc4c0e4 (patch)
treeec4c6322e739362f4b666fbe0fccbb14c4baaaa7 /fs/cifs/TODO
parentx86_64: Ignore compat mode SYSCALL when IA32_EMULATION is not defined (diff)
downloadlinux-75865f8cc8b38c30c3923b74de4b29a00cc4c0e4.tar.xz
linux-75865f8cc8b38c30c3923b74de4b29a00cc4c0e4.zip
[CIFS] Add in some missing flags and cifs README and TODO corrections
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/TODO')
-rw-r--r--fs/cifs/TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/cifs/TODO b/fs/cifs/TODO
index 78b620e332bd..d57dc2917d04 100644
--- a/fs/cifs/TODO
+++ b/fs/cifs/TODO
@@ -106,6 +106,12 @@ but recognizes them
succeed but still return access denied (appears to be Windows
server not cifs client problem) and has not been reproduced recently.
NTFS partitions do not have this problem.
+4) Unix/POSIX capabilities are reset after reconnection, and affect
+a few fields in the tree connection but we do do not know which
+superblocks to apply these changes to. We should probably walk
+the list of superblocks to set these. Also need to check the
+flags on the second mount to the same share, and see if we
+can do the same trick that NFS does to remount duplicate shares.
Misc testing to do
==================