Whamcloud - gitweb
initialize force_umount = 0
authorrread <rread>
Tue, 10 Feb 2004 21:39:45 +0000 (21:39 +0000)
committerrread <rread>
Tue, 10 Feb 2004 21:39:45 +0000 (21:39 +0000)
lustre/llite/llite_lib.c

index 2e9dfa4..af7cbb7 100644 (file)
@@ -652,7 +652,7 @@ void lustre_put_super(struct super_block *sb)
 {
         struct obd_device *obd;
         struct ll_sb_info *sbi = ll_s2sbi(sb);
-        int force_umount;
+        int force_umount = 0;
         ENTRY;
 
         CDEBUG(D_VFSTRACE, "VFS Op: sb %p\n", sb);