From: adilger Date: Thu, 5 Jan 2006 22:37:06 +0000 (+0000) Subject: Branch b_release_1_4_6 X-Git-Tag: v1_7_100~1^103~4^2~114 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=c2644be8bf88674b36387d9438a08f3455b45111;p=fs%2Flustre-release.git Branch b_release_1_4_6 Don't call _sysio_shutdown() on catamount, Lustre isn't the only user of libsysio there. b=10024, b=7193 --- diff --git a/lustre/liblustre/llite_lib.c b/lustre/liblustre/llite_lib.c index 9e90805..fd4a096 100644 --- a/lustre/liblustre/llite_lib.c +++ b/lustre/liblustre/llite_lib.c @@ -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