Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7285563
)
initialize force_umount = 0
author
rread
<rread>
Tue, 10 Feb 2004 21:39:45 +0000
(21:39 +0000)
committer
rread
<rread>
Tue, 10 Feb 2004 21:39:45 +0000
(21:39 +0000)
lustre/llite/llite_lib.c
patch
|
blob
|
history
diff --git
a/lustre/llite/llite_lib.c
b/lustre/llite/llite_lib.c
index
2e9dfa4
..
af7cbb7
100644
(file)
--- 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);