Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bbb4197c authored by Christoph Hellwig's avatar Christoph Hellwig
Browse files

xfs: remove the unused xfs_bufhash structure

parent 69ef921b
Loading
Loading
Loading
Loading
+0 −5
Original line number Original line Diff line number Diff line
@@ -91,11 +91,6 @@ typedef enum {
	XBT_FORCE_FLUSH = 1,
	XBT_FORCE_FLUSH = 1,
} xfs_buftarg_flags_t;
} xfs_buftarg_flags_t;


typedef struct xfs_bufhash {
	struct list_head	bh_list;
	spinlock_t		bh_lock;
} xfs_bufhash_t;

typedef struct xfs_buftarg {
typedef struct xfs_buftarg {
	dev_t			bt_dev;
	dev_t			bt_dev;
	struct block_device	*bt_bdev;
	struct block_device	*bt_bdev;