From ac184003128e8b1847a788be2de5360e1fac41c6 Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Fri, 19 Sep 2008 19:26:55 -0400 Subject: [PATCH] Unionfs: just warn in put_super instead of BUG-ing Signed-off-by: Erez Zadok --- fs/unionfs/super.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/unionfs/super.c b/fs/unionfs/super.c index 0d75efca171..79362e8969e 100644 --- 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++) { -- 2.43.0