Whamcloud - gitweb
b=21355 fix initiailzation of recovery thread
authorJay Xiong <Jinshan.Xiong@Sun.COM>
Wed, 3 Feb 2010 03:13:22 +0000 (11:13 +0800)
committerRobert Read <rread@sun.com>
Wed, 3 Feb 2010 19:54:43 +0000 (11:54 -0800)
commit98055d22d243a4c3bce8e29cabde27954530e06d
tree8e3d1e293e49c9197d32d4ea79262adac009f6be
parentef9da5c125e238cfdaaee78b2571f1bd2b978d0c
b=21355 fix initiailzation of recovery thread

Recovery thread calls cfs_daemonize() to detach the thread context, this causes all recovery threads share a common fs_struct: init_fs. We should call cfs_daemonize_ctxt() instead.

i=wangdi
i=tappro
lustre/ldlm/ldlm_lib.c