]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
libxfs: remove the unused icache_flags member from struct libxfs_xinit
authorChristoph Hellwig <hch@lst.de>
Mon, 11 Dec 2023 16:37:20 +0000 (17:37 +0100)
committerCarlos Maiolino <cem@kernel.org>
Mon, 18 Dec 2023 13:57:48 +0000 (14:57 +0100)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
include/libxfs.h

index b28781d19d38b1b450215cd3c553247e19795ce4..9b0294cb840df4d71457eedf60a821e3fc11197d 100644 (file)
@@ -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;