]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
rbd: fix read-only option name
authorAlex Elder <elder@inktank.com>
Mon, 22 Oct 2012 16:31:26 +0000 (11:31 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Jan 2013 16:46:49 +0000 (08:46 -0800)
commitd741dc0695e62bcd1b7cfc7a8baa1f9e95fd07c7
treed0869ce21f8a580756132ade60d67b04025c94de
parent2042c7c78b7819daff3033ef4868c8dc7fc34a09
rbd: fix read-only option name

(cherry picked from commit be466c1cc36621590ef17b05a6d342dfd33f7280)

The name of the "read-only" mapping option was inadvertently changed
in this commit:

    f84344f3 rbd: separate mapping info in rbd_dev

Revert that hunk to return it to what it should be.

Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Dan Mick <dan.mick@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/block/rbd.c