X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fllite%2Fllite_lib.c;h=b29d2157c502056c99199d72db3d6673112c9842;hb=15b83c9b7b286a937f070341cf80b0b58beae415;hp=26cc9e064ce00d55dea15c069876efbd420beec2;hpb=26bf41c177a521fc3f4d9ac201f9cf95ee32915c;p=fs%2Flustre-release.git diff --git a/lustre/llite/llite_lib.c b/lustre/llite/llite_lib.c index 26cc9e0..b29d215 100644 --- a/lustre/llite/llite_lib.c +++ b/lustre/llite/llite_lib.c @@ -804,7 +804,6 @@ void ll_kill_super(struct super_block *sb) * put_super not affected real removing devices */ if (sbi) { sb->s_dev = sbi->ll_sdev_orig; - sbi->ll_umounting = 1; /* wait running statahead threads to quit */ while (atomic_read(&sbi->ll_sa_running) > 0) {