[PATCH] minix FS debug messages

From: Dave Cinege (dcinege@psychosis.com)
Date: Sat May 27 2000 - 18:34:18 EDT

  • Next message: Dieter Nützel: "2.4.0-test1-ac4 + IDE => ksymoops"

    Obviously these don't belong here, and race the screen if you use a minix fs.

    --- linux-2.4.0t1-virgin/fs/minix/bitmap.c
    +++ linux-2.4.0t1/fs/minix/bitmap.c
    @@ -294,16 +294,14 @@
            mark_inode_dirty(inode);

            unlock_super(sb);
    -printk("m_n_i: allocated inode ");
    +
            if(DQUOT_ALLOC_INODE(sb, inode)) {
    -printk("fails quota test\n");
                    sb->dq_op->drop(inode);
                    inode->i_nlink = 0;
                    iput(inode);
                    *error = -EDQUOT;
                    return NULL;
            }
    -printk("is within quota\n");

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.rutgers.edu
    Please read the FAQ at http://www.tux.org/lkml/



    This archive was generated by hypermail 2b29 : Sat May 27 2000 - 18:39:48 EDT