Whamcloud - gitweb
- rename class_destroy_export to class_unlink_export
authorrread <rread>
Wed, 7 May 2003 09:00:03 +0000 (09:00 +0000)
committerrread <rread>
Wed, 7 May 2003 09:00:03 +0000 (09:00 +0000)
lustre/obdclass/statfs_pack.c

index 493925e..a86f017 100644 (file)
@@ -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);
 }