Skip to content
Commit 5c26a7b7 authored by Mark Fasheh's avatar Mark Fasheh
Browse files

ocfs2: Don't double set write parameters



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: default avatarMark Fasheh <mark.fasheh@oracle.com>
parent db56246c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment