commit | 47be12e4eec84c1846f29af64fe25a396b57a026 | [log] [tgz] |
---|---|---|
author | Tao Ma <tao.ma@oracle.com> | Fri Jan 09 07:32:48 2009 +0800 |
committer | Mark Fasheh <mfasheh@suse.com> | Thu Feb 26 11:51:09 2009 -0800 |
tree | a16590b4fc4e3753295c230a32f07a6e1bbd3a57 | |
parent | 64e71303e44f3697e4568147caa966de74bdb4fb [diff] |
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>