Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752623AbdIVXHn (ORCPT ); Fri, 22 Sep 2017 19:07:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44598 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751974AbdIVXHm (ORCPT ); Fri, 22 Sep 2017 19:07:42 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 04B47272C3 Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=riel@redhat.com Message-ID: <1506121660.21121.76.camel@redhat.com> Subject: Re: [PATCH] mm: madvise: add description for MADV_WIPEONFORK and MADV_KEEPONFORK From: Rik van Riel To: Yang Shi Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org Date: Fri, 22 Sep 2017 19:07:40 -0400 In-Reply-To: <1506117328-88228-1-git-send-email-yang.s@alibaba-inc.com> References: <1506117328-88228-1-git-send-email-yang.s@alibaba-inc.com> Organization: Red Hat, Inc Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Fri, 22 Sep 2017 23:07:42 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 463 Lines: 14 On Sat, 2017-09-23 at 05:55 +0800, Yang Shi wrote: > mm/madvise.c has the brief description about all MADV_ flags, added > the > description for the newly added MADV_WIPEONFORK and MADV_KEEPONFORK. > > Although man page has the similar information, but it'd better to > keep the > consistency with other flags. > > Signed-off-by: Yang Shi > Thank you for spotting that I missed a location! Reviewed-by: Rik van Riel