From: Christoph Hellwig Date: Mon, 11 Dec 2023 16:37:20 +0000 (+0100) Subject: libxfs: remove the unused icache_flags member from struct libxfs_xinit X-Git-Tag: v6.6.0~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=73352da7d5e8d2abdd1bc0e85f872d8bade30729;p=thirdparty%2Fxfsprogs-dev.git libxfs: remove the unused icache_flags member from struct libxfs_xinit Signed-off-by: Christoph Hellwig Reviewed-by: Darrick J. Wong Reviewed-by: Carlos Maiolino Signed-off-by: Carlos Maiolino --- diff --git a/include/libxfs.h b/include/libxfs.h index b28781d19..9b0294cb8 100644 --- a/include/libxfs.h +++ b/include/libxfs.h @@ -124,7 +124,6 @@ typedef struct libxfs_xinit { int dfd; /* data subvolume file descriptor */ int logfd; /* log subvolume file descriptor */ int rtfd; /* realtime subvolume file descriptor */ - int icache_flags; /* cache init flags */ int bcache_flags; /* cache init flags */ } libxfs_init_t;