From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([209.132.183.28]:54686 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726604AbeLTQgj (ORCPT ); Thu, 20 Dec 2018 11:36:39 -0500 From: David Howells In-Reply-To: References: <153754740781.17872.7869536526927736855.stgit@warthog.procyon.org.uk> <153754768644.17872.4707695831889551662.stgit@warthog.procyon.org.uk> To: Anders Roxell Cc: dhowells@redhat.com, viro@zeniv.linux.org.uk, torvalds@linux-foundation.org, ebiederm@xmission.com, linux-fsdevel@vger.kernel.org, Linux Kernel Mailing List , mszeredi@redhat.com, Arnd Bergmann Subject: Re: [PATCH 34/34] vfs: Add a sample program for the new mount API [ver #12] MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Date: Thu, 20 Dec 2018 16:36:36 +0000 Message-ID: <6151.1545323796@warthog.procyon.org.uk> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Anders Roxell wrote: > In file included from /usr/include/x86_64-linux-gnu/sys/stat.h:446, > from ../samples/vfs/test-statx.c:28: > /usr/include/x86_64-linux-gnu/bits/statx.h:25:8: error: redefinition > of ‘struct statx_timestamp’ Yeah - the problem is that statx has now made it into glibc, but the sample program doesn't deal with it turning up in the system headers. I've passed a patch to Al already. David