summaryrefslogtreecommitdiff
path: root/Documentation/vm/remap_file_pages.txt
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2014-08-14 14:52:10 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2014-08-14 14:52:10 +1000
commita1444858b95a899b94ad672b3c52b8ebdc3c0677 (patch)
tree72174eaee72af1bc8b80627cd5f49a06b0269b1e /Documentation/vm/remap_file_pages.txt
parent5d8eb84c78e7bb100ca0dcd66f25f6dc418ca1e7 (diff)
parent1059e8b65a5befa2ac290a0a2fa986154b50471c (diff)
Merge branch 'akpm/master'
Diffstat (limited to 'Documentation/vm/remap_file_pages.txt')
-rw-r--r--Documentation/vm/remap_file_pages.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/Documentation/vm/remap_file_pages.txt b/Documentation/vm/remap_file_pages.txt
index 560e4363a55d..f609142f406a 100644
--- a/Documentation/vm/remap_file_pages.txt
+++ b/Documentation/vm/remap_file_pages.txt
@@ -18,10 +18,9 @@ on 32-bit systems to map files bigger than can linearly fit into 32-bit
virtual address space. This use-case is not critical anymore since 64-bit
systems are widely available.
-The plan is to deprecate the syscall and replace it with an emulation.
-The emulation will create new VMAs instead of nonlinear mappings. It's
-going to work slower for rare users of remap_file_pages() but ABI is
-preserved.
+The syscall is deprecated and replaced it with an emulation now. The
+emulation creates new VMAs instead of nonlinear mappings. It's going to
+work slower for rare users of remap_file_pages() but ABI is preserved.
One side effect of emulation (apart from performance) is that user can hit
vm.max_map_count limit more easily due to additional VMAs. See comment for