From 3d7a33fa5019e8d84cae0e523fdc0995b3a47c6c Mon Sep 17 00:00:00 2001 From: pschwan Date: Sun, 27 Apr 2003 17:24:35 +0000 Subject: [PATCH] b=1178 Preparations for removing unused "addr" from lustre_handle --- lustre/obdclass/statfs_pack.c | 1 - 1 file changed, 1 deletion(-) 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); -- 1.8.3.1