Re: [PATCH 1/1 linux-next] ext4: fix block_validity definition

2016-12-03 Thread Theodore Ts'o
I've applied this patch with some further cleanups. The documentation for the mount options now reads: block_validity(*) These options enable or disable the in-kernel noblock_validityfacility for tracking filesystem metadata blocks within internal data struct

Re: [PATCH 1/1 linux-next] ext4: fix block_validity definition

2016-10-23 Thread Darrick J. Wong
On Sun, Oct 23, 2016 at 09:43:34PM +0200, Fabian Frederick wrote: > Fix ext4 documentation according to commit 45f1a9c3f63d > ("ext4: enable block_validity by default") > > Also fix some typos. > > Signed-off-by: Fabian Frederick > --- > Documentation/filesystems/ext4.txt | 7 +++ > 1 file

[PATCH 1/1 linux-next] ext4: fix block_validity definition

2016-10-23 Thread Fabian Frederick
Fix ext4 documentation according to commit 45f1a9c3f63d ("ext4: enable block_validity by default") Also fix some typos. Signed-off-by: Fabian Frederick --- Documentation/filesystems/ext4.txt | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Documentation/filesystems/ext