Searched hist:e8aed3450c0afd6fdb79ec233f806e3e69454dfe (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/ocfs2/ |
H A D | journal.c | diff e8aed3450c0afd6fdb79ec233f806e3e69454dfe Mon Dec 03 18:43:01 CST 2007 Mark Fasheh <mark.fasheh@oracle.com> ocfs2: Re-journal buffers after transaction extend
ocfs2_extend_trans() might call journal_restart() which will commit dirty buffers and then restart the transaction. This means that any buffers which still need changes should be passed to journal_access() again. Some paths during extend weren't doing this right.
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
|
H A D | alloc.c | diff e8aed3450c0afd6fdb79ec233f806e3e69454dfe Mon Dec 03 18:43:01 CST 2007 Mark Fasheh <mark.fasheh@oracle.com> ocfs2: Re-journal buffers after transaction extend
ocfs2_extend_trans() might call journal_restart() which will commit dirty buffers and then restart the transaction. This means that any buffers which still need changes should be passed to journal_access() again. Some paths during extend weren't doing this right.
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
|