commit | 063849eafda03edf6872a3728b4a98dcc86290c7 | [log] [tgz] |
---|---|---|
author | Arnd Hannemann <arnd@arndnet.de> | Mon Apr 16 15:27:51 2012 +0200 |
committer | Chris Mason <chris.mason@fusionio.com> | Mon Jul 23 15:41:38 2012 -0400 |
tree | 0582bdbb8271a39e32117c43a8bda6ee0b01df93 | |
parent | c5c3c5f31e6af2d12b154251a7f23b7f4add6b1d [diff] |
Btrfs: allow mount -o remount,compress=no 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. As suggested by David Sterba if the compress-force option was set, it is implicitly cleared if compression is turned off. Tested-by: David Sterba <dsterba@suse.cz> Signed-off-by: Arnd Hannemann <arnd@arndnet.de>