From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755524AbdCKT1o (ORCPT ); Sat, 11 Mar 2017 14:27:44 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41160 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750960AbdCKT1f (ORCPT ); Sat, 11 Mar 2017 14:27:35 -0500 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <20170311101332.6331-1-ebiggers3@gmail.com> References: <20170311101332.6331-1-ebiggers3@gmail.com> To: Eric Biggers Cc: dhowells@redhat.com, linux-fsdevel@vger.kernel.org, Al Viro , linux-kernel@vger.kernel.org, Eric Biggers Subject: Re: [PATCH] statx: remove incorrect part of vfs_statx() comment MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <9603.1489260452.1@warthog.procyon.org.uk> Date: Sat, 11 Mar 2017 19:27:32 +0000 Message-ID: <9604.1489260452@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Sat, 11 Mar 2017 19:27:35 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Eric Biggers wrote: > From: Eric Biggers > > request_mask and query_flags are function arguments, not passed in > struct kstat. So remove the part of the comment which claims otherwise. > This was apparently left over from an earlier version of the statx > patch. > > Signed-off-by: Eric Biggers Acked-by: David Howells