git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4670df8
)
mm: fix XIP file writes
author
Nick Piggin
<npiggin@suse.de>
Wed, 5 Dec 2007 07:45:25 +0000
(23:45 -0800)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Wed, 5 Dec 2007 17:21:20 +0000
(09:21 -0800)
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>
mm/filemap_xip.c
patch
|
blob
|
history
diff --cc
mm/filemap_xip.c
Simple merge