chiark / gitweb /
btrfs-util: support recursive removal of read-only subvolumes
authorLennart Poettering <lennart@poettering.net>
Wed, 22 Apr 2015 15:09:20 +0000 (17:09 +0200)
committerSven Eden <yamakuzure@gmx.net>
Tue, 14 Mar 2017 07:09:41 +0000 (08:09 +0100)
commit7168106367493a7610a4c06634725c40a3548be0
treeb3c748c3046e1444b096967eb2ffa1f32423baac
parent15925386d387b6ed9c1f174d4b08c767acad8117
btrfs-util: support recursive removal of read-only subvolumes

When deleting a read-only subsvolume with a sub-subvolume, we need to
mark it writable first, otherwise the removal will not work.
src/shared/btrfs-util.c