aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-core.h
diff options
context:
space:
mode:
authorMike Snitzer <snitzer@redhat.com>2018-01-12 09:32:21 -0500
committerMike Snitzer <snitzer@redhat.com>2018-01-29 13:44:55 -0500
commitc12c9a3c3860c76ba273798c0c34c6f1294cc759 (patch)
tree7743e38d1794d2fb5709d4c22909b0fc3dcb63c8 /drivers/md/dm-core.h
parentdm mpath: delay the retry of a request if the target responded as busy (diff)
downloadlinux-dev-c12c9a3c3860c76ba273798c0c34c6f1294cc759.tar.xz
linux-dev-c12c9a3c3860c76ba273798c0c34c6f1294cc759.zip
dm: various cleanups to md->queue initialization code
Also, add dm_sysfs_init() error handling to dm_create(). Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Diffstat (limited to 'drivers/md/dm-core.h')
-rw-r--r--drivers/md/dm-core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/md/dm-core.h b/drivers/md/dm-core.h
index 124ffa2d6b9a..3222e21cbbf8 100644
--- a/drivers/md/dm-core.h
+++ b/drivers/md/dm-core.h
@@ -129,8 +129,6 @@ struct mapped_device {
struct srcu_struct io_barrier;
};
-void dm_init_md_queue(struct mapped_device *md);
-void dm_init_normal_md_queue(struct mapped_device *md);
int md_in_flight(struct mapped_device *md);
void disable_write_same(struct mapped_device *md);
void disable_write_zeroes(struct mapped_device *md);