From: Mark Fasheh Date: Wed, 19 Sep 2007 00:49:29 +0000 (-0700) Subject: ocfs2: Don't double set write parameters X-Git-Tag: v2.6.23-rc8~14^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c26a7b70f89c36e8d9acc95cb896c3cd205fc8d;p=pandora-kernel.git 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: Mark Fasheh --- Reading git-diff-tree failed