• M
    ocfs2: Don't double set write parameters · 5c26a7b7
    Mark Fasheh 提交于
    The target page offsets were being incorrectly set a second time in
    ocfs2_prepare_page_for_write(), which was causing problems on a 16k page
    size kernel. Additionally, ocfs2_write_failure() was incorrectly using those
    parameters instead of the parameters for the individual page being cleaned
    up.
    Signed-off-by: NMark Fasheh <mark.fasheh@oracle.com>
    5c26a7b7
aops.c 40.5 KB