From: pschwan Date: Sun, 27 Apr 2003 17:24:35 +0000 (+0000) Subject: b=1178 X-Git-Tag: v1_7_100~1^368~111 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=3d7a33fa5019e8d84cae0e523fdc0995b3a47c6c;p=fs%2Flustre-release.git b=1178 Preparations for removing unused "addr" from lustre_handle --- diff --git a/lustre/obdclass/statfs_pack.c b/lustre/obdclass/statfs_pack.c index a022d90..493925e 100644 --- a/lustre/obdclass/statfs_pack.c +++ b/lustre/obdclass/statfs_pack.c @@ -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);