From: vitaly Date: Mon, 27 Nov 2006 17:44:01 +0000 (+0000) Subject: Branch b_new_cmd X-Git-Tag: v1_8_0_110~486^2~69 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=d506de569df9332235bbb66c1f28d5386f163893;p=fs%2Flustre-release.git Branch b_new_cmd b=22564 cancel all the locks on umount before shutting down the close thread to flush all the dirty cache and send needed Size-on-MDS updates on MDS. --- diff --git a/lustre/llite/llite_lib.c b/lustre/llite/llite_lib.c index cfe9a71..bd0d66e 100644 --- a/lustre/llite/llite_lib.c +++ b/lustre/llite/llite_lib.c @@ -648,6 +648,8 @@ void client_common_put_super(struct super_block *sb) struct ll_sb_info *sbi = ll_s2sbi(sb); ENTRY; + obd_cancel_unused(sbi->ll_dt_exp, NULL, 0, NULL); + ll_close_thread_shutdown(sbi->ll_lcq); /* destroy inodes in deathrow */