From ab77833396b311bb43f2b57d035275877afadf37 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 24 Feb 2020 16:43:08 -0700 Subject: configure: sync struct open_how with kernel API This got changed and I missed it, now corrected... Signed-off-by: Jens Axboe --- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index a52644f..e32b859 100755 --- a/configure +++ b/configure @@ -295,8 +295,7 @@ cat >> $compat_h << EOF struct open_how { uint64_t flags; - uint16_t mode; - uint16_t __padding[3]; + uint64_t mode; uint64_t resolve; }; -- cgit v1.2.3