summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_aops.h
diff options
context:
space:
mode:
authorKent Overstreet2018-05-21 00:25:57 +0200
committerJens Axboe2018-05-30 23:33:32 +0200
commite292d7bc63c8f2adb3dfda27910e805f1b6557f9 (patch)
treeeafed9270a7b8ee9cf0c3ae01eb5e1fb186cf823 /fs/xfs/xfs_aops.h
parentbtrfs: convert to bioset_init()/mempool_init() (diff)
downloadkernel-qcow2-linux-e292d7bc63c8f2adb3dfda27910e805f1b6557f9.tar.gz
kernel-qcow2-linux-e292d7bc63c8f2adb3dfda27910e805f1b6557f9.tar.xz
kernel-qcow2-linux-e292d7bc63c8f2adb3dfda27910e805f1b6557f9.zip
xfs: convert to bioset_init()/mempool_init()
Convert XFS to embedded bio sets. Acked-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'fs/xfs/xfs_aops.h')
-rw-r--r--fs/xfs/xfs_aops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_aops.h b/fs/xfs/xfs_aops.h
index 69346d460dfa..694c85b03813 100644
--- a/fs/xfs/xfs_aops.h
+++ b/fs/xfs/xfs_aops.h
@@ -18,7 +18,7 @@
#ifndef __XFS_AOPS_H__
#define __XFS_AOPS_H__
-extern struct bio_set *xfs_ioend_bioset;
+extern struct bio_set xfs_ioend_bioset;
/*
* Types of I/O for bmap clustering and I/O completion tracking.