Re: [PATCH] btrfs-progs: defrag: remove unused variable

2015-07-24 Thread David Sterba
On Fri, Jul 24, 2015 at 12:21:02PM +0200, Patrik Lundquist wrote: > A leftover from when recursive defrag was added. > > Signed-off-by: Patrik Lundquist Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.or

[PATCH] btrfs-progs: defrag: remove unused variable

2015-07-24 Thread Patrik Lundquist
A leftover from when recursive defrag was added. Signed-off-by: Patrik Lundquist --- cmds-filesystem.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmds-filesystem.c b/cmds-filesystem.c index 00a3f78..1b7b4c1 100644 --- a/cmds-filesystem.c +++ b/cmds-filesystem.c @@ -113