From d506de569df9332235bbb66c1f28d5386f163893 Mon Sep 17 00:00:00 2001 From: vitaly Date: Mon, 27 Nov 2006 17:44:01 +0000 Subject: [PATCH] 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. --- lustre/llite/llite_lib.c | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 1.8.3.1