From 5ae39e5545dd5ddd0e7cc3fa35deb13ccc315c75 Mon Sep 17 00:00:00 2001 From: Zwane Mwaikambo Date: Sat, 26 Jun 2004 20:54:22 -0700 Subject: [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- include/linux/smb_fs_sb.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/linux') 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; -- cgit v1.2.3