Skip to content
Commit 5c39da5b authored by Miao Xie's avatar Miao Xie Committed by Josef Bacik
Browse files

Btrfs: do not delete a subvolume which is in a R/O subvolume



Step to reproduce:
 # mkfs.btrfs <disk>
 # mount <disk> <mnt>
 # btrfs sub create <mnt>/subv0
 # btrfs sub snap <mnt> <mnt>/subv0/snap0
 # change <mnt>/subv0 from R/W to R/O
 # btrfs sub del <mnt>/subv0/snap0

We deleted the snapshot successfully. I think we should not be able to delete
the snapshot since the parent subvolume is R/O.

Signed-off-by: default avatarMiao Xie <miaox@cn.fujitsu.com>
parent d86e56cf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment