Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79e6210
)
Branch b_release_1_4_6
author
adilger
<adilger>
Thu, 5 Jan 2006 22:37:06 +0000
(22:37 +0000)
committer
adilger
<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
patch
|
blob
|
history
diff --git
a/lustre/liblustre/llite_lib.c
b/lustre/liblustre/llite_lib.c
index
9e90805
..
fd4a096
100644
(file)
--- 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