projects
/
unionfs-2.6.21.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cac69b1
)
Unionfs: just warn in put_super instead of BUG-ing
author
Erez Zadok
<ezk@cs.sunysb.edu>
Fri, 19 Sep 2008 05:08:11 +0000
(
01:08
-0400)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Fri, 19 Sep 2008 05:08:11 +0000
(
01:08
-0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/super.c
patch
|
blob
|
history
diff --git
a/fs/unionfs/super.c
b/fs/unionfs/super.c
index c68b2f8b679c282a1817942abf602ee846f0e06c..8e02c38a3c2bbd49b5e473fab9d99aee6fb6a703 100644
(file)
--- a/
fs/unionfs/super.c
+++ b/
fs/unionfs/super.c
@@
-114,7
+114,7
@@
static void unionfs_put_super(struct super_block *sb)
bindex, branch_count(sb, bindex));
leaks = 1;
}
-
BUG
_ON(leaks != 0);
+
WARN
_ON(leaks != 0);
/* decrement lower super references */
for (bindex = bstart; bindex <= bend; bindex++) {