aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2023-12-11 17:37:20 +0100
committerCarlos Maiolino <cem@kernel.org>2023-12-18 14:57:48 +0100
commit73352da7d5e8d2abdd1bc0e85f872d8bade30729 (patch)
treec48221118feb4f5772db2c920fba3729f4f728e2
parente97caf714697a90e9972a9acada73d37b3455230 (diff)
downloadxfsprogs-dev-73352da7d5e8d2abdd1bc0e85f872d8bade30729.tar.gz
libxfs: remove the unused icache_flags member from struct libxfs_xinit
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>
-rw-r--r--include/libxfs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libxfs.h b/include/libxfs.h
index b28781d19d..9b0294cb84 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;