Whamcloud - gitweb
Branch b_release_1_4_6
authoradilger <adilger>
Thu, 5 Jan 2006 22:37:06 +0000 (22:37 +0000)
committeradilger <adilger>
Thu, 5 Jan 2006 22:37:06 +0000 (22:37 +0000)
Don't call _sysio_shutdown() on catamount, Lustre isn't the only user of
libsysio there.
b=10024, b=7193

lustre/liblustre/llite_lib.c

index 9e90805..fd4a096 100644 (file)
@@ -371,8 +371,8 @@ void __liblustre_cleanup_(void)
          * liblutre. this dilema lead to another hack in
          * libsysio/src/file_hack.c FIXME
          */
-        _sysio_shutdown();
 #ifdef INIT_SYSIO
+        _sysio_shutdown();
         cleanup_lib_portals();
         LNetFini();
 #endif