]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
include: don't collide __bitwise definitions in 4.10
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 22 Feb 2017 20:39:01 +0000 (14:39 -0600)
committerEric Sandeen <sandeen@redhat.com>
Wed, 22 Feb 2017 20:39:01 +0000 (14:39 -0600)
commit84a083b5b1a505cb2e92611552fc41b545e3f4f6
tree9e03cebe52668cb539ce9b9a0e50a6a98c0d2204
parent595629131dbe6c5fb16d03e87bc2cb71ad3dcc4b
include: don't collide __bitwise definitions in 4.10

Linux 4.10 changed the definition of __bitwise in such a way that
xfsprogs' definition is no longer a strict match for it.  This causes
gcc to complain, so only #define it here if the system hasn't already
done it for us.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
include/xfs_arch.h