diff options
author | Nick Piggin <npiggin@suse.de> | 2007-12-05 07:45:25 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-12-05 17:21:20 (GMT) |
commit | 369b8f5a70402d9fe77006cd0044c8a3fcd08430 (patch) | |
tree | 7796820d04e7278b37e5dadeda65fe3579dd4ab2 /include/linux | |
parent | 4670df831cb479ba57dd0fa0b8a9eb88cc7129be (diff) | |
download | linux-fsl-qoriq-369b8f5a70402d9fe77006cd0044c8a3fcd08430.tar.xz |
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 <npiggin@suse.de>
Cc: Christian Borntraeger <borntraeger@de.ibm.com>
Acked-by: Carsten Otte <cotte@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions