diff options
author | Ilya Dryomov <idryomov@gmail.com> | 2019-02-07 15:24:56 +0100 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2019-03-05 18:55:17 +0100 |
commit | 0b51c9d15ab481a5ad7124cc61f1ab5a10e57f67 (patch) | |
tree | 93ecc5cae3426c14b25a4167a915651eb8cae4f9 /drivers/block | |
parent | fe33032daae2e584d9e7e33bab44c9eafced1f8f (diff) | |
download | linux-0b51c9d15ab481a5ad7124cc61f1ab5a10e57f67.tar.gz linux-0b51c9d15ab481a5ad7124cc61f1ab5a10e57f67.tar.bz2 linux-0b51c9d15ab481a5ad7124cc61f1ab5a10e57f67.zip |
rbd: remove experimental designation from kernel layering
Support for kernel layering hasn't been considered experimental for
a few years now. All the issues that I'm aware of were shaken out in
2014 and early 2015. Moreover, most of that code was rewritten with
the addition of support for fancy striping.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Diffstat (limited to 'drivers/block')
-rw-r--r-- | drivers/block/rbd.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/block/rbd.c b/drivers/block/rbd.c index 3bd1af5a3d93..324f61bc5793 100644 --- a/drivers/block/rbd.c +++ b/drivers/block/rbd.c @@ -5875,14 +5875,6 @@ static int rbd_dev_image_probe(struct rbd_device *rbd_dev, int depth) ret = rbd_dev_v2_parent_info(rbd_dev); if (ret) goto err_out_probe; - - /* - * Need to warn users if this image is the one being - * mapped and has a parent. - */ - if (!depth && rbd_dev->parent_spec) - rbd_warn(rbd_dev, - "WARNING: kernel layering is EXPERIMENTAL!"); } ret = rbd_dev_probe_parent(rbd_dev, depth); |