Re: [PATCH v2 1/3] btrfs-progs: send: remove unnecessary code

2016-10-19 Thread David Sterba
On Wed, Oct 19, 2016 at 12:45:57PM +0900, Tsutomu Itoh wrote: > Some unnecessary codes are deleted. > > - the setting of subvol is double. > - read only check was already done by previous loop. > > Signed-off-by: Tsutomu Itoh Applied, thanks. -- To unsubscribe from this list: send the line "u

[PATCH v2 1/3] btrfs-progs: send: remove unnecessary code

2016-10-18 Thread Tsutomu Itoh
Some unnecessary codes are deleted. - the setting of subvol is double. - read only check was already done by previous loop. Signed-off-by: Tsutomu Itoh --- v2: description was changed --- cmds-send.c | 11 --- 1 file changed, 11 deletions(-) diff --git a/cmds-send.c b/cmds-send.c ind