aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/caps.c
diff options
context:
space:
mode:
authorAlex Elder <elder@inktank.com>2012-11-16 09:29:16 -0600
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-17 08:51:21 -0800
commit3317122449a2ce5c0bba77e1f05b1df2ff716447 (patch)
tree56de6b861daee00e1f6399e46c94f0fde7ddfdc1 /fs/ceph/caps.c
parent1e411c66732294f5fb983323dafa7559796481f5 (diff)
rbd: do not allow remove of mounted-on image
There is no check in rbd_remove() to see if anybody holds open the image being removed. That's not cool. Add a simple open count that goes up and down with opens and closes (releases) of the device, and don't allow an rbd image to be removed if the count is non-zero. Protect the updates of the open count value with ctl_mutex to ensure the underlying rbd device doesn't get removed while concurrently being opened. Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Sage Weil <sage@inktank.com> (based on commit 42382b709bd1d143b9f0fa93e0a3a1f2f4210707)
Diffstat (limited to 'fs/ceph/caps.c')
0 files changed, 0 insertions, 0 deletions