diff options
author | Steve French <sfrench@us.ibm.com> | 2005-08-31 21:50:37 -0700 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-08-31 21:50:37 -0700 |
commit | bfa0d75a1eee59f0577e3c1697ff570b77581a35 (patch) | |
tree | c5399d95379f71903c4f3e82160bd7b4d36bb42d /fs/cifs/cifsproto.h | |
parent | 1c9551878c4629ca78dfe12ed23b9dc8d97770cc (diff) | |
download | kernel_samsung_espresso10-bfa0d75a1eee59f0577e3c1697ff570b77581a35.zip kernel_samsung_espresso10-bfa0d75a1eee59f0577e3c1697ff570b77581a35.tar.gz kernel_samsung_espresso10-bfa0d75a1eee59f0577e3c1697ff570b77581a35.tar.bz2 |
[CIFS] Add support for legacy servers part 5
Handle small negotiated read sizes (under 4K) and finish up
read and write support.
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r-- | fs/cifs/cifsproto.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index 656b78d..6943f7c 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h @@ -226,9 +226,6 @@ extern int SMBLegacyOpen(const int xid, struct cifsTconInfo *tcon, extern int CIFSSMBClose(const int xid, struct cifsTconInfo *tcon, const int smb_file_id); -extern int SMBLegacyRead(const int xid, struct cifsTconInfo *tcon, - const int netfid, unsigned int count, - const __u64 lseek, unsigned int *nbytes, char **buf); extern int CIFSSMBRead(const int xid, struct cifsTconInfo *tcon, const int netfid, unsigned int count, const __u64 lseek, unsigned int *nbytes, char **buf); |