Messages in this thread |  | | Date | Mon, 4 Dec 2000 08:49:23 -0500 (EST) | From | Alexander Viro <> | Subject | Re: [PATCH] inode dirty blocks |
| |
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/
|  |