cifs: remove unused ip_address field in struct TCP_Server_Info
authorSuresh Jayaraman <[email protected]>
Tue, 6 Jul 2010 12:29:46 +0000 (17:59 +0530)
committerSteve French <[email protected]>
Mon, 2 Aug 2010 12:40:33 +0000 (12:40 +0000)
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 <[email protected]>
Signed-off-by: Steve French <[email protected]>
fs/cifs/cifsglob.h

index 6b2c39d809fb611d925c7818bf9e682330248781..6113427651c477066153de688717755676171da3 100644 (file)
@@ -145,7 +145,6 @@ struct TCP_Server_Info {
        struct list_head pending_mid_q;
        void *Server_NlsInfo;   /* BB - placeholder for future NLS info  */
        unsigned short server_codepage; /* codepage for the server    */
-       unsigned long ip_address;       /* IP addr for the server if known */
        enum protocolEnum protocolType;
        char versionMajor;
        char versionMinor;