Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751208AbdCRT5I (ORCPT ); Sat, 18 Mar 2017 15:57:08 -0400 Received: from mail2.tiolive.com ([94.23.229.207]:43141 "EHLO mail2.tiolive.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751023AbdCRT5G (ORCPT ); Sat, 18 Mar 2017 15:57:06 -0400 X-Greylist: delayed 981 seconds by postgrey-1.27 at vger.kernel.org; Sat, 18 Mar 2017 15:57:06 EDT From: Kirill Smelkov To: mtk.manpages@gmail.com Cc: Kirill Smelkov , linux-man@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [patch] mmap.2: Add link to commit which broke MAP_POPULATE | MAP_NONBLOCK to be noop Date: Sat, 18 Mar 2017 22:40:10 +0300 Message-Id: <20170318194010.11639-1-kirr@nexedi.com> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 501 Lines: 19 Signed-off-by: Kirill Smelkov --- 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