Commit 3e5bdfe4 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Carlos Maiolino
Browse files

xfs: remove the unused xfs_log_iovec_t typedef

parent bf0013f5
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -194,12 +194,11 @@ typedef union xlog_in_core2 {
} xlog_in_core_2_t;

/* not an on-disk structure, but needed by log recovery in userspace */
typedef struct xfs_log_iovec {
struct xfs_log_iovec {
	void		*i_addr;	/* beginning address of region */
	int		i_len;		/* length in bytes of region */
	uint		i_type;		/* type of region */
} xfs_log_iovec_t;

};

/*
 * Transaction Header definitions.