btrfs-progs: ioctl: make build-time structure size checks optional
authorDavid Sterba <dsterba@suse.com>
Mon, 10 Oct 2016 07:59:18 +0000 (09:59 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 10 Oct 2016 08:11:31 +0000 (10:11 +0200)
commit5aade6f9c319d8c8d3aa919fe2f5d35f37d7d874
tree211f8795b9c4a3d73db80851245d0b2fbc682e02
parent805ac27248a9428d23031931e6dc6098c5a1d678
btrfs-progs: ioctl: make build-time structure size checks optional

Temporarily make the build checks optional. The structure sizes could
change on arches due to alignment requirements or padding inserted into
the structures. We need more extensive tests to make sure we'd not break
ioctls.

Signed-off-by: David Sterba <dsterba@suse.com>
Makefile.in
kerncompat.h