From: rread Date: Wed, 7 May 2003 09:00:03 +0000 (+0000) Subject: - rename class_destroy_export to class_unlink_export X-Git-Tag: v1_7_100~1^368~105 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=acab96efdc9427bc0e232f604ff397ee05ecdd7e;p=fs%2Flustre-release.git - rename class_destroy_export to class_unlink_export --- diff --git a/lustre/obdclass/statfs_pack.c b/lustre/obdclass/statfs_pack.c index 493925e..a86f017 100644 --- 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); }