Blame SOURCES/e2fsprogs-1.42.9-14-Clarify-how-the-description-of-the-dir_nlink-feature.patch

0ef434
From 72f9ce9c2e6b7b41963c36096d3955e010df9033 Mon Sep 17 00:00:00 2001
0ef434
From: Theodore Ts'o <tytso@mit.edu>
0ef434
Date: Sun, 23 Jul 2017 18:51:22 -0400
0ef434
Subject: [PATCH 1/2] Clarify how the description of the dir_nlink feature in
0ef434
 the ext4 man page
0ef434
0ef434
commit 7d8f358cdce948df57b1001b9c278f33519afa86
0ef434
0ef434
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
0ef434
---
0ef434
 misc/ext4.5.in | 7 ++++++-
0ef434
 1 file changed, 6 insertions(+), 1 deletion(-)
0ef434
0ef434
diff --git a/misc/ext4.5.in b/misc/ext4.5.in
0ef434
index dcef6c08..366916d8 100644
0ef434
--- a/misc/ext4.5.in
0ef434
+++ b/misc/ext4.5.in
0ef434
@@ -68,7 +68,12 @@ ext2 file systems.
0ef434
 .TP
0ef434
 .B dir_nlink
0ef434
 .br
0ef434
-This ext4 feature allows more than 65000 subdirectories per directory.
0ef434
+Normally ext4 allows an inode to have no more than 65,000 hard links.
0ef434
+This applies to files as well as directories, which means that there can
0ef434
+be no more than 64,998 subdirectories in a directory (because each of
0ef434
+the '..' entries counts as a hard link).  This feature lifts this limit
0ef434
+by causing ext4 to use a links count of 1 to indicate that the number of
0ef434
+hard links to a directory is not known.
0ef434
 .TP
0ef434
 .B extent
0ef434
 .br
0ef434
-- 
0ef434
2.20.1
0ef434