From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH] statx: reject unknown flags when using NULL path Date: Fri, 31 Mar 2017 17:58:02 +0100 Message-ID: <5986.1490979482@warthog.procyon.org.uk> References: <20170331160224.GA27791@infradead.org> <20170331154315.GB29622@ZenIV.linux.org.uk> <20170311065823.4415-1-ebiggers3@gmail.com> <20170320171142.GA26906@gmail.com> <20170320174422.GA9304@infradead.org> <20170331153952.GA32460@infradead.org> <21301.1490975484@warthog.procyon.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: In-Reply-To: <20170331160224.GA27791-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org> Content-ID: <5985.1490979482.1-S6HVgzuS8uM4Awkfq6JHfwNdhmdF6hFW@public.gmane.org> Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Christoph Hellwig Cc: dhowells-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org, Al Viro , Eric Biggers , linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, "Darrick J . Wong" , Linux API , linux-xfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Eric Biggers List-Id: linux-api@vger.kernel.org Christoph Hellwig wrote: > The only thing he could do even better is to add a testcase to xfstests > to verify this :) I will be pushing this sort of thing to LTP. David From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([209.132.183.28]:55808 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933159AbdCaQ6H (ORCPT ); Fri, 31 Mar 2017 12:58:07 -0400 From: David Howells In-Reply-To: <20170331160224.GA27791@infradead.org> References: <20170331160224.GA27791@infradead.org> <20170331154315.GB29622@ZenIV.linux.org.uk> <20170311065823.4415-1-ebiggers3@gmail.com> <20170320171142.GA26906@gmail.com> <20170320174422.GA9304@infradead.org> <20170331153952.GA32460@infradead.org> <21301.1490975484@warthog.procyon.org.uk> Subject: Re: [PATCH] statx: reject unknown flags when using NULL path MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <5985.1490979482.1@warthog.procyon.org.uk> Date: Fri, 31 Mar 2017 17:58:02 +0100 Message-ID: <5986.1490979482@warthog.procyon.org.uk> Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: Christoph Hellwig Cc: dhowells@redhat.com, Al Viro , Eric Biggers , linux-fsdevel@vger.kernel.org, mtk.manpages@gmail.com, "Darrick J . Wong" , Linux API , linux-xfs@vger.kernel.org, Eric Biggers Christoph Hellwig wrote: > The only thing he could do even better is to add a testcase to xfstests > to verify this :) I will be pushing this sort of thing to LTP. David