chiark / gitweb /
btrfs-util: fix creating recursive read-only snapshots
authorLennart Poettering <lennart@poettering.net>
Wed, 22 Apr 2015 14:52:53 +0000 (16:52 +0200)
committerSven Eden <yamakuzure@gmx.net>
Tue, 14 Mar 2017 07:09:39 +0000 (08:09 +0100)
commit15925386d387b6ed9c1f174d4b08c767acad8117
tree83b864860dbbc92b9acf9165d43a05d46e18a758
parent95889ba3d6c212459d8ec946b6cbaed64ba648fc
btrfs-util: fix creating recursive read-only snapshots

When creating recursive read-only snapshots we need to mark the snapshot
writable immediately before creating subsnapshots within it, otherwise
the operation for it will fail.
src/shared/btrfs-util.c