From 6ef02e672c9f4cc875143de5c461553421d4d895 Mon Sep 17 00:00:00 2001 From: rread Date: Tue, 10 Feb 2004 21:39:45 +0000 Subject: [PATCH] initialize force_umount = 0 --- lustre/llite/llite_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/llite/llite_lib.c b/lustre/llite/llite_lib.c index 2e9dfa4..af7cbb7 100644 --- a/lustre/llite/llite_lib.c +++ b/lustre/llite/llite_lib.c @@ -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); -- 1.8.3.1