Re: [PATCH] inode dirty blocks

From: Alexander Viro (viro@math.psu.edu)
Date: Mon Dec 04 2000 - 08:49:23 EST


        OK, guys, I think I've got it:

static int ext2_update_inode(struct inode * inode, int do_sync)
{
        ...
        mark_buffer_dirty_inode(bh, inode);
        ...
}

Yes, that's right. bh of piece of inode table is put on inode's list.
Fix: in ext2/inode.c 1211s/mark_buffer_dirty_inode/mark_buffer_dirty/

HTH,
        Al

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



This archive was generated by hypermail 2b29 : Thu Dec 07 2000 - 21:00:11 EST