Re: [PATCH] Btrfs: allow mount -o remount,compress=no

2012-04-06 Thread David Sterba
On Wed, Apr 04, 2012 at 09:46:17PM +0200, Arnd Hannemann wrote: > Btrfs allows to turn on compression on a mounted and used filesystem > by issuing mount -o remount,compress=lzo. > This patch allows to turn compression off again > while the filesystem is mounted. I agree it makes sense to allow fo

[PATCH] Btrfs: allow mount -o remount,compress=no

2012-04-04 Thread Arnd Hannemann
Btrfs allows to turn on compression on a mounted and used filesystem by issuing mount -o remount,compress=lzo. This patch allows to turn compression off again while the filesystem is mounted. Signed-off-by: Arnd Hannemann --- fs/btrfs/super.c |7 ++- 1 files changed, 6 insertions(+), 1 d