commit 862a919d671cd23604d768471af53ac7ca7ae339
Author: Erez Zadok <[EMAIL PROTECTED]>
Date:   Thu Sep 18 23:20:58 2008 -0400

    Unionfs: just warn in put_super instead of BUG-ing
    
    Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>

diff --git a/fs/unionfs/super.c b/fs/unionfs/super.c
index b60be8d..420207f 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++) {
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to