Whamcloud - gitweb
b=1178
authorpschwan <pschwan>
Sun, 27 Apr 2003 17:24:35 +0000 (17:24 +0000)
committerpschwan <pschwan>
Sun, 27 Apr 2003 17:24:35 +0000 (17:24 +0000)
Preparations for removing unused "addr" from lustre_handle

lustre/obdclass/statfs_pack.c

index a022d90..493925e 100644 (file)
@@ -80,7 +80,6 @@ int obd_self_statfs(struct obd_device *obd, struct statfs *sfs)
                 export = list_entry(obd->obd_exports.next, typeof(*export),
                                     exp_obd_chain);
         }
-        memset(&conn.addr, 0x69, sizeof conn.addr);
         conn.cookie = export->exp_handle.h_cookie;
 
         rc = obd_statfs(&conn, &osfs);