diff options
| author | Zwane Mwaikambo <zwane@linuxpower.ca> | 2004-06-26 20:54:22 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-06-26 20:54:22 -0700 |
| commit | 5ae39e5545dd5ddd0e7cc3fa35deb13ccc315c75 (patch) | |
| tree | 9b4587ce2d00bcc3cc1cbfa1733e75fa73e3c7c3 /include/linux | |
| parent | 7cb87888f88297e102884326e074a61d2d29cc6b (diff) | |
[PATCH] Remove smbfs server->rcls/err
This is a small cleanup requested by Urban, use the rcls/err in smb_request
as opposed to smb_sb_info.
Signed-off-by: Zwane Mwaikambo <zwane@linuxpower.ca>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/smb_fs_sb.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/smb_fs_sb.h b/include/linux/smb_fs_sb.h index f2400292dbbb..976332af7949 100644 --- a/include/linux/smb_fs_sb.h +++ b/include/linux/smb_fs_sb.h @@ -60,9 +60,6 @@ struct smb_sb_info { struct semaphore sem; - unsigned short rcls; /* The error codes we received */ - unsigned short err; - unsigned char header[SMB_HEADER_LEN + 20*2 + 2]; u32 header_len; u32 smb_len; |
