Whamcloud - gitweb
- can hit during forced umount
authoralex <alex>
Sat, 3 Sep 2005 16:16:31 +0000 (16:16 +0000)
committeralex <alex>
Sat, 3 Sep 2005 16:16:31 +0000 (16:16 +0000)
lustre/llite/super25.c

index 98e1830..2408595 100644 (file)
@@ -101,7 +101,6 @@ void ll_destroy_inodecache(void)
 static void ll_umount_lustre(struct super_block *sb)
 {
         struct ll_sb_info *sbi = ll_s2sbi(sb);
-        LASSERT((sbi->ll_flags & LL_SBI_UMOUNT) == 0);
         sbi->ll_flags |= LL_SBI_UMOUNT;
         ll_gns_check_mounts(sbi, LL_GNS_UMOUNT);
 }