From: Erez Zadok Date: Wed, 17 Sep 2008 07:22:21 +0000 (-0400) Subject: Unionfs: just warn in put_super instead of BUG-ing X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=a925cdd473ba1a737e631dfd8af47eaa82fac802;p=unionfs-3.12.y.git Unionfs: just warn in put_super instead of BUG-ing Signed-off-by: Erez Zadok --- diff --git a/fs/unionfs/super.c b/fs/unionfs/super.c index cfd94945ab25..909159360d67 100644 --- a/fs/unionfs/super.c +++ b/fs/unionfs/super.c @@ -124,7 +124,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++) {