Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1603848
| From | Kirill Smelkov <kirr@nexedi.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [patch] mmap.2: Add link to commit which broke MAP_POPULATE | MAP_NONBLOCK to be noop |
| Date | 2017-03-18 21:00 +0100 |
| Message-ID | <tmsG5-2No-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Signed-off-by: Kirill Smelkov <kirr@nexedi.com> --- man2/mmap.2 | 1 + 1 file changed, 1 insertion(+) diff --git a/man2/mmap.2 b/man2/mmap.2 index 96875e486..f6fd56523 100644 --- a/man2/mmap.2 +++ b/man2/mmap.2 @@ -300,6 +300,7 @@ Don't perform read-ahead: create page tables entries only for pages that are already present in RAM. Since Linux 2.6.23, this flag causes +.\" commit 54cb8821de07f2ffcd28c380ce9b93d5784b40d7 .BR MAP_POPULATE to do nothing. One day, the combination of -- 2.11.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[patch] mmap.2: Add link to commit which broke MAP_POPULATE | MAP_NONBLOCK to be noop Kirill Smelkov <kirr@nexedi.com> - 2017-03-18 21:00 +0100
Why mmap(MAP_POPULATE | MAP_NONBLOCK) is needed (Re: [patch] mmap.2: Add link to commit which broke MAP_POPULATE | MAP_NONBLOCK to be noop) Kirill Smelkov <kirr@nexedi.com> - 2017-03-20 17:10 +0100
Re: Why mmap(MAP_POPULATE | MAP_NONBLOCK) is needed (Re: [patch] mmap.2: Add link to commit which broke MAP_POPULATE | MAP_NONBLOCK to be noop) "Michael Kerrisk (man-pages)" <mtk.manpages@gmail.com> - 2017-03-20 20:50 +0100
Re: Why mmap(MAP_POPULATE | MAP_NONBLOCK) is needed (Re: [patch] mmap.2: Add link to commit which broke MAP_POPULATE | MAP_NONBLOCK to be noop) Kirill Smelkov <kirr@nexedi.com> - 2017-03-20 21:10 +0100
csiph-web