diff mbox series

[01/23] libxfs: remove the unused icache_flags member from struct libxfs_xinit

Message ID 20231211163742.837427-2-hch@lst.de (mailing list archive)
State Accepted
Headers show
Series [01/23] libxfs: remove the unused icache_flags member from struct libxfs_xinit | expand

Commit Message

Christoph Hellwig Dec. 11, 2023, 4:37 p.m. UTC
Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 include/libxfs.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Carlos Maiolino Dec. 18, 2023, 8:37 a.m. UTC | #1
On Mon, Dec 11, 2023 at 05:37:20PM +0100, Christoph Hellwig wrote:
> Signed-off-by: Christoph Hellwig <hch@lst.de>

Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>

> ---
>  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
> 
>
diff mbox series

Patch

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;