Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30aafc8
)
b=1178
author
pschwan
<pschwan>
Sun, 27 Apr 2003 17:24:35 +0000
(17:24 +0000)
committer
pschwan
<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
patch
|
blob
|
history
diff --git
a/lustre/obdclass/statfs_pack.c
b/lustre/obdclass/statfs_pack.c
index
a022d90
..
493925e
100644
(file)
--- 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);