On Mon, Dec 11, 2023 at 05:37:20PM +0100, Christoph Hellwig wrote: > Signed-off-by: Christoph Hellwig <hch@xxxxxx> Reviewed-by: Carlos Maiolino <cmaiolino@xxxxxxxxxx> > --- > include/libxfs.h | 1 - > 1 file changed, 1 deletion(-) > > 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; > > -- > 2.39.2 > >