Searched hist:"47 be12e4eec84c1846f29af64fe25a396b57a026" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/ocfs2/ |
H A D | alloc.c | diff 47be12e4eec84c1846f29af64fe25a396b57a026 Thu Jan 08 17:32:48 CST 2009 Tao Ma <tao.ma@oracle.com> ocfs2: Access and dirty the buffer_head in mark_written.
In __ocfs2_mark_extent_written, when we meet with the situation of c_split_covers_rec, the old solution just replace the extent record and forget to access and dirty the buffer_head. This will cause a problem when the unwritten extent is in an extent block. So access and dirty it.
Signed-off-by: Tao Ma <tao.ma@oracle.com> Signed-off-by: Mark Fasheh <mfasheh@suse.com>
|