Whamcloud - gitweb
* Moved the CDEBUG message in the exit path of log_commit_thread. It was
authoreeb <eeb>
Tue, 7 Dec 2004 14:11:39 +0000 (14:11 +0000)
committereeb <eeb>
Tue, 7 Dec 2004 14:11:39 +0000 (14:11 +0000)
commit7d830d2f67045a4a6ba425dbe9f5dcc6f4ab72f1
tree6da17c52fd3f5e62ca6fc45d8972e7f4f6f6f1e0
parenta3f127b8e8d7c339460ea9929d4086c201de180f
*   Moved the CDEBUG message in the exit path of log_commit_thread.  It was
    possible for portals_debug_msg() to crash dereferencing the format
    string if the CDEBUG happened after the thread had signalled that it
    was about to exit.  I guess the data segment got unloaded before the
    log_commit_thread had exited!
lustre/ptlrpc/recov_thread.c