From 369b8f5a70402d9fe77006cd0044c8a3fcd08430 Mon Sep 17 00:00:00 2001 From: Nick Piggin Date: Tue, 4 Dec 2007 23:45:25 -0800 Subject: [PATCH] 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-format-patch failed