Re: [PATCH] btrfs-progs: describe btrfs-send requires read-only subvolume

2016-02-04 Thread David Sterba
On Thu, Feb 04, 2016 at 02:02:14PM +0900, Satoru Takeuchi wrote: > Both man btrfs-send(8) and usage message don't describe > btrfs-send needs read-only snapshot as its argument. > > Signed-off-by: Satoru Takeuchi Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux

[PATCH] btrfs-progs: describe btrfs-send requires read-only subvolume

2016-02-03 Thread Satoru Takeuchi
Both man btrfs-send(8) and usage message don't describe btrfs-send needs read-only snapshot as its argument. Signed-off-by: Satoru Takeuchi --- Documentation/btrfs-send.asciidoc | 1 + cmds-send.c | 1 + 2 files changed, 2 insertions(+) diff --git a/Documentation/btrfs-sen