Re: [PATCH v2 03/11] btrfs: Add nocheck_int mount option.

2014-01-05 Thread Qu Wenruo
On Fri, 3 Jan 2014 18:13:08 +0100, David Sterba wrote: On Fri, Jan 03, 2014 at 02:10:26PM +0800, Qu Wenruo wrote: Add nocheck_int mount option to disable integrity check with remount option. + nocheck_int disables all the debug options above. I think this option is not needed, the

Re: [PATCH v2 03/11] btrfs: Add nocheck_int mount option.

2014-01-03 Thread David Sterba
On Fri, Jan 03, 2014 at 02:10:26PM +0800, Qu Wenruo wrote: Add nocheck_int mount option to disable integrity check with remount option. + nocheck_int disables all the debug options above. I think this option is not needed, the integrity checker is a deveoplment functionality and used by

[PATCH v2 03/11] btrfs: Add nocheck_int mount option.

2014-01-02 Thread Qu Wenruo
Add nocheck_int mount option to disable integrity check with remount option. Signed-off-by: Qu Wenruo quwen...@cn.fujitsu.com --- changelog: v2: add nocheck_int mount option --- Documentation/filesystems/btrfs.txt | 3 +++ fs/btrfs/super.c| 15 ++- 2 files