From: Nick Piggin Date: Wed, 5 Dec 2007 07:45:25 +0000 (-0800) Subject: mm: fix XIP file writes X-Git-Tag: v2.6.24-rc5~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=369b8f5a70402d9fe77006cd0044c8a3fcd08430;p=pandora-kernel.git mm: fix XIP file writes Writing to XIP files at a non-page-aligned offset results in data corruption because the writes were always sent to the start of the page. Signed-off-by: Nick Piggin Cc: Christian Borntraeger Acked-by: Carsten Otte Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed