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:
cab51e9
)
- rename class_destroy_export to class_unlink_export
author
rread
<rread>
Wed, 7 May 2003 09:00:03 +0000
(09:00 +0000)
committer
rread
<rread>
Wed, 7 May 2003 09:00:03 +0000
(09:00 +0000)
lustre/obdclass/statfs_pack.c
patch
|
blob
|
history
diff --git
a/lustre/obdclass/statfs_pack.c
b/lustre/obdclass/statfs_pack.c
index
493925e
..
a86f017
100644
(file)
--- a/
lustre/obdclass/statfs_pack.c
+++ b/
lustre/obdclass/statfs_pack.c
@@
-87,7
+87,7
@@
int obd_self_statfs(struct obd_device *obd, struct statfs *sfs)
statfs_unpack(sfs, &osfs);
if (my_export)
- class_
destroy
_export(my_export);
+ class_
unlink
_export(my_export);
RETURN(rc);
}