diff options
author | Steve French <sfrench@us.ibm.com> | 2005-08-17 15:38:22 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-08-17 15:38:22 -0400 |
commit | 1982c344f1bf08118f7c224958b30c64e162009e (patch) | |
tree | b5268e345010421ca2625b29efc981c187c4df2e /fs/cifs/cifspdu.h | |
parent | a59c658607b63ec7b6c2536597a075ee307b1b4c (diff) |
[CIFS] Ensure that cifs multiplex ids do not collide.
Signed-off-by: Steve French (sfrench@us.ibm.com)
Diffstat (limited to 'fs/cifs/cifspdu.h')
-rw-r--r-- | fs/cifs/cifspdu.h | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/fs/cifs/cifspdu.h b/fs/cifs/cifspdu.h index 3cef57b7a34..49cc6682530 100644 --- a/fs/cifs/cifspdu.h +++ b/fs/cifs/cifspdu.h | |||
@@ -1961,18 +1961,17 @@ struct data_blob { | |||
1961 | perhaps add a CreateDevice - to create Pipes and other special .inodes | 1961 | perhaps add a CreateDevice - to create Pipes and other special .inodes |
1962 | Also note POSIX open flags | 1962 | Also note POSIX open flags |
1963 | 2) Close - to return the last write time to do cache across close more safely | 1963 | 2) Close - to return the last write time to do cache across close more safely |
1964 | 3) PosixQFSInfo - to return statfs info | 1964 | 3) FindFirst return unique inode number - what about resume key, two |
1965 | 4) FindFirst return unique inode number - what about resume key, two forms short (matches readdir) and full (enough info to cache inodes) | 1965 | forms short (matches readdir) and full (enough info to cache inodes) |
1966 | 5) Mkdir - set mode | 1966 | 4) Mkdir - set mode |
1967 | 1967 | ||
1968 | And under consideration: | 1968 | And under consideration: |
1969 | 6) FindClose2 (return nanosecond timestamp ??) | 1969 | 5) FindClose2 (return nanosecond timestamp ??) |
1970 | 7) Use nanosecond timestamps throughout all time fields if | 1970 | 6) Use nanosecond timestamps throughout all time fields if |
1971 | corresponding attribute flag is set | 1971 | corresponding attribute flag is set |
1972 | 8) sendfile - handle based copy | 1972 | 7) sendfile - handle based copy |
1973 | 9) Direct i/o | 1973 | 8) Direct i/o |
1974 | 10) "POSIX ACL" support | 1974 | 9) Misc fcntls? |
1975 | 11) Misc fcntls? | ||
1976 | 1975 | ||
1977 | what about fixing 64 bit alignment | 1976 | what about fixing 64 bit alignment |
1978 | 1977 | ||
@@ -2028,7 +2027,7 @@ struct data_blob { | |||
2028 | 2027 | ||
2029 | */ | 2028 | */ |
2030 | 2029 | ||
2031 | /* xsymlink is a symlink format that can be used | 2030 | /* xsymlink is a symlink format (used by MacOS) that can be used |
2032 | to save symlink info in a regular file when | 2031 | to save symlink info in a regular file when |
2033 | mounted to operating systems that do not | 2032 | mounted to operating systems that do not |
2034 | support the cifs Unix extensions or EAs (for xattr | 2033 | support the cifs Unix extensions or EAs (for xattr |