projects
/
unionfs-2.6.9.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2da3471
)
Unionfs: just warn in put_super instead of BUG-ing
author
Erez Zadok
<ezk@cs.sunysb.edu>
Fri, 19 Sep 2008 23:26:55 +0000
(19:26 -0400)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Fri, 19 Sep 2008 23:26:55 +0000
(19:26 -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 0d75efca171a84cf87f27ca920430fcdc1046b34..79362e8969e9321d14bceb85676810c658cfb00a 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++) {