From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([209.132.183.28]:49568 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031779AbdDZWgi (ORCPT ); Wed, 26 Apr 2017 18:36:38 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 28BDAC04B95A for ; Wed, 26 Apr 2017 22:36:38 +0000 (UTC) From: David Howells In-Reply-To: References: Subject: Re: [PATCH] xfs_io: fix statx call for changed UAPI MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <26316.1493246195.1@warthog.procyon.org.uk> Date: Wed, 26 Apr 2017 23:36:35 +0100 Message-ID: <26317.1493246195@warthog.procyon.org.uk> Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: Eric Sandeen Cc: dhowells@redhat.com, linux-xfs Eric Sandeen wrote: > Due to a late-breaking change in the statx UAPI in kernel commit > > 1e2f82d1 statx: Kill fd-with-NULL-path support in favour of AT_EMPTY_PATH > > we'll need to fix the way we call the syscall in xfs_io. > > Signed-off-by: Eric Sandeen Reviewed-by: David Howells