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 [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to