| Submitter | Andreas Dilger |
|---|---|
| Date | June 10, 2011, 5:24 a.m. |
| Message ID | <1307683473-4746-1-git-send-email-adilger@whamcloud.com> |
| Download | mbox | patch |
| Permalink | /patch/99844/ |
| State | Accepted |
| Headers | show |
Comments
On Thu, Jun 09, 2011 at 11:24:33PM -0600, Andreas Dilger wrote: > Add description of missing dir_index feature to tune2fs(8) man page. > > Signed-off-by: Andreas Dilger <adilger@whamcloud.com> Applied to the next branch, thanks. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/misc/tune2fs.8.in b/misc/tune2fs.8.in index 2f9db81..233f85a 100644 --- a/misc/tune2fs.8.in +++ b/misc/tune2fs.8.in @@ -491,6 +491,9 @@ The following filesystem features can be set or cleared using .B dir_index Use hashed b-trees to speed up lookups in large directories. .TP +.B dir_nlink +Allow more than 65000 subdirectories per directory. +.TP .B filetype Store file type information in directory entries. .TP
Add description of missing dir_index feature to tune2fs(8) man page. Signed-off-by: Andreas Dilger <adilger@whamcloud.com> --- misc/tune2fs.8.in | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)