diff options
Diffstat (limited to 'Documentation/filesystems')
| -rw-r--r-- | Documentation/filesystems/ext4/blockgroup.rst | 6 | ||||
| -rw-r--r-- | Documentation/filesystems/vfs.rst | 2 | 
2 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/filesystems/ext4/blockgroup.rst b/Documentation/filesystems/ext4/blockgroup.rst index 46d78f860623..ed5a5cac6d40 100644 --- a/Documentation/filesystems/ext4/blockgroup.rst +++ b/Documentation/filesystems/ext4/blockgroup.rst @@ -105,9 +105,9 @@ descriptors. Instead, the superblock and a single block group descriptor  block is placed at the beginning of the first, second, and last block  groups in a meta-block group. A meta-block group is a collection of  block groups which can be described by a single block group descriptor -block. Since the size of the block group descriptor structure is 32 -bytes, a meta-block group contains 32 block groups for filesystems with -a 1KB block size, and 128 block groups for filesystems with a 4KB +block. Since the size of the block group descriptor structure is 64 +bytes, a meta-block group contains 16 block groups for filesystems with +a 1KB block size, and 64 block groups for filesystems with a 4KB  blocksize. Filesystems can either be created using this new block group  descriptor layout, or existing filesystems can be resized on-line, and  the field s_first_meta_bg in the superblock will indicate the first diff --git a/Documentation/filesystems/vfs.rst b/Documentation/filesystems/vfs.rst index c53f30251a66..f3b344f0c0a4 100644 --- a/Documentation/filesystems/vfs.rst +++ b/Documentation/filesystems/vfs.rst @@ -1222,7 +1222,7 @@ defined:  	return  	-ECHILD and it will be called again in ref-walk mode. -``_weak_revalidate`` +``d_weak_revalidate``  	called when the VFS needs to revalidate a "jumped" dentry.  This  	is called when a path-walk ends at dentry that was not acquired  	by doing a lookup in the parent directory.  This includes "/",  |