[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20130809212851.284520@gmx.com>
Date: Fri, 09 Aug 2013 17:28:51 -0400
From: "jon ernst" <jonernst07@....com>
To: linux-ext4@...r.kernel.org
Cc: linux-doc@...r.kernel.org
Subject: [PATCH]ext4: Log inline_data feature in Documentation
When I tested inline_data feature, I found it hasn't been documented in ext4.txt.
Signed-off-by:jon ernst <jonernst07@...il.com>
---
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.
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists