search for: journal_insert_checkpoint

Displaying 2 results from an estimated 2 matches for "journal_insert_checkpoint".

2001 Mar 29
1
Re: Bug in __invalidate_buffers?
...t. the change in ext3-0.0.6 using BH_JDirty instead of BH_Dirty > for buffers held in the journal. If invalidate_buffers() is called > on a device (LVM likes to do this a lot, for whatever reason), it yanks > JDirty buffers out from underneath the journal layer, and causes an > oops in journal_insert_checkpoint() (line 385, "buffer_dirty(bh) || > buffer_jdirty()" is false). OK, my previous patch cleans up the ASSERT for invalidate_buffers() (modulo the fact that it was missing a ')' at the end of the line) but it hasn't really fixed the whole problem. If a file write is in progr...
2001 Mar 13
5
is this null block OK?
Hi, A system running ext3 crashed this afternoon (nothing to do with ext3, bad network driver). Is was saving a file from emacs when it happened. The file system is 0.06b and had ordered data as the mount option. Let me emphasize this was running ext3 pure, not with SnapFS or InterMezzo layered on top of it. strace reveals that Emacs does open("existing file name", O_TRUNC |