Re: [PATCH 1/2] btrfs-progs: quota: fix printing during wait mode

2017-01-24 Thread David Sterba
On Tue, Jan 17, 2017 at 08:56:39PM -0500, je...@suse.com wrote: > From: Jeff Mahoney > > If we call "btrfs quota rescan -w", it will attempt to start the rescan > operation, wait for it, and then print the "quota rescan started" message. > The wait could last an arbitrary amount of time, so print

[PATCH 1/2] btrfs-progs: quota: fix printing during wait mode

2017-01-17 Thread jeffm
From: Jeff Mahoney If we call "btrfs quota rescan -w", it will attempt to start the rescan operation, wait for it, and then print the "quota rescan started" message. The wait could last an arbitrary amount of time, so printing it after the wait isn't very helpful. This patch reworks how we print