aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jbd/commit.c
diff options
context:
space:
mode:
authorNick Piggin <[email protected]>2008-02-09 00:15:19 +0000
committerLinus Torvalds <[email protected]>2008-02-09 02:57:39 +0000
commitb1d0e4f535e10775cffde922208b49629169aeaa (patch)
treec5fa68fb25ffd2485da5de236fcf2b67d9df3dfd /fs/jbd/commit.c
parentMerge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... (diff)
downloadkernel-b1d0e4f535e10775cffde922208b49629169aeaa.tar.gz
kernel-b1d0e4f535e10775cffde922208b49629169aeaa.zip
mm: special mapping nopage
Convert special mapping install from nopage to fault. Because the "vm_file" is NULL for the special mapping, the generic VM code has messed up "vm_pgoff" thinking that it's an anonymous mapping and the offset does't matter. For that reason, we need to undo the vm_pgoff offset that got added into vmf->pgoff. [ We _really_ should clean that up - either by making this whole special mapping code just use a real file entry rather than that ugly array of "struct page" pointers, or by just making the VM code realize that even if vm_file is NULL it may not be a regular anonymous mmap. - Linus ] Signed-off-by: Nick Piggin <[email protected]> Cc: [email protected] Cc: [email protected] Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'fs/jbd/commit.c')
0 files changed, 0 insertions, 0 deletions