From acab96efdc9427bc0e232f604ff397ee05ecdd7e Mon Sep 17 00:00:00 2001 From: rread Date: Wed, 7 May 2003 09:00:03 +0000 Subject: [PATCH] - rename class_destroy_export to class_unlink_export --- lustre/obdclass/statfs_pack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 1.8.3.1