diff options
author | Steve French <sfrench@us.ibm.com> | 2007-06-24 14:30:48 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2007-06-24 14:30:48 -0400 |
commit | 75865f8cc8b38c30c3923b74de4b29a00cc4c0e4 (patch) | |
tree | ec4c6322e739362f4b666fbe0fccbb14c4baaaa7 /fs/cifs/TODO | |
parent | 75154f402ef18e459ff97ddece25656b6c2b329c (diff) |
[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/TODO | 6 |
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 | |||
106 | succeed but still return access denied (appears to be Windows | 106 | succeed but still return access denied (appears to be Windows |
107 | server not cifs client problem) and has not been reproduced recently. | 107 | server not cifs client problem) and has not been reproduced recently. |
108 | NTFS partitions do not have this problem. | 108 | NTFS partitions do not have this problem. |
109 | 4) Unix/POSIX capabilities are reset after reconnection, and affect | ||
110 | a few fields in the tree connection but we do do not know which | ||
111 | superblocks to apply these changes to. We should probably walk | ||
112 | the list of superblocks to set these. Also need to check the | ||
113 | flags on the second mount to the same share, and see if we | ||
114 | can do the same trick that NFS does to remount duplicate shares. | ||
109 | 115 | ||
110 | Misc testing to do | 116 | Misc testing to do |
111 | ================== | 117 | ================== |