diff options
author | Suresh Jayaraman <sjayaraman@suse.de> | 2010-07-06 08:29:46 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2010-08-02 08:40:33 -0400 |
commit | c6332e237fb2ee54bc9c614291a006e4801e0f66 (patch) | |
tree | 37ac5dcc106e614144e0aed541fd548b792f01e7 /fs/cifs | |
parent | e4317ceca2bdf4bf91112a21e60f73b4c5a1a5da (diff) |
cifs: remove unused ip_address field in struct TCP_Server_Info
The ip_address field is not used and seems redundant as there is union addr
already and I don't see any future use as well.
Signed-off-by: Suresh Jayaraman <sjayaraman@suse.de>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs')
-rw-r--r-- | fs/cifs/cifsglob.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index 6b2c39d809fb..6113427651c4 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h | |||
@@ -145,7 +145,6 @@ struct TCP_Server_Info { | |||
145 | struct list_head pending_mid_q; | 145 | struct list_head pending_mid_q; |
146 | void *Server_NlsInfo; /* BB - placeholder for future NLS info */ | 146 | void *Server_NlsInfo; /* BB - placeholder for future NLS info */ |
147 | unsigned short server_codepage; /* codepage for the server */ | 147 | unsigned short server_codepage; /* codepage for the server */ |
148 | unsigned long ip_address; /* IP addr for the server if known */ | ||
149 | enum protocolEnum protocolType; | 148 | enum protocolEnum protocolType; |
150 | char versionMajor; | 149 | char versionMajor; |
151 | char versionMinor; | 150 | char versionMinor; |