Whamcloud - gitweb
LU-369 assert(t_watchdog) failed in quota_chk_acq_common()
authorNiu Yawei <niu@whamcloud.com>
Mon, 30 May 2011 06:30:06 +0000 (23:30 -0700)
committerOleg Drokin <green@whamcloud.com>
Thu, 14 Jul 2011 23:58:39 +0000 (16:58 -0700)
commitd57911ad26ee6ae39738d7ed36898a915290a51f
tree18c7d8bb97e39828900a79823cf0680b793ad843
parent5351a1ba03e3464f26271216cd266d2cb77b5625
LU-369 assert(t_watchdog) failed in quota_chk_acq_common()

Remove the incorrect assert(t_watchdog) in quota_chk_acq_common()
and schedule_dqacq(), since they might be called from recovery
thread, which doesn't have t_watchdog attached.

Signed-off-by: Niu Yawei <niu@whamcloud.com>
Change-Id: I22e65c66827811309e43910e9a4d34251aad99c3
Reviewed-on: http://review.whamcloud.com/870
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Johann Lombardi <johann@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/quota/quota_context.c
lustre/quota/quota_interface.c