]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
rbd: remove experimental designation from kernel layering
authorIlya Dryomov <idryomov@gmail.com>
Thu, 7 Feb 2019 14:24:56 +0000 (15:24 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 5 Mar 2019 17:55:17 +0000 (18:55 +0100)
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>
drivers/block/rbd.c

index 3bd1af5a3d931b8eaeb4dcbe22a8324c74cf50e4..324f61bc57939c81767b48c75b0c3d49006c3584 100644 (file)
@@ -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);