diff mbox

ext4: Log inline_data feature in Documentation

Message ID 20130809212851.284520@gmx.com
State New, archived
Headers show

Commit Message

jon ernst Aug. 9, 2013, 9:28 p.m. UTC
When I tested inline_data feature, I found it hasn't been documented in ext4.txt.

Signed-off-by:jon ernst <jonernst07@gmail.com>
---

--
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
diff mbox

Patch

diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt
index f7cbf57..f2de1a1 100644
--- a/Documentation/filesystems/ext4.txt
+++ b/Documentation/filesystems/ext4.txt
@@ -99,6 +99,7 @@  Note: More extensive information for getting started with ext4 can be
 * large block (up to pagesize) support
 * efficient new ordered mode in JBD2 and ext4(avoid using buffer head to force
   the ordering)
+* allows small files or directories to be stored within the in-inode extended attribute area via inline_data
 
 [1] Filesystems with a block size of 1k may see a limit imposed by the
 directory hash tree having a maximum depth of two.