Blame SOURCES/e2fsprogs-1.42.9-chattr-manpage-j-update.patch

bee754
commit c7c3775443ecd01ade5500e09191c5c4e94c2b56
bee754
Author: Zheng Liu <wenqing.lz@taobao.com>
bee754
Date:   Wed Feb 12 12:28:29 2014 -0500
bee754
bee754
    chattr: improve the description for 'j' option in manpage
bee754
    
bee754
    Ext4 file system also supports to set/clear 'j' attribute, but it just
bee754
    say that this option is only useful for ext3 in manpage.  This commit
bee754
    fixes it.
bee754
    
bee754
    Signed-off-by: Zheng Liu <wenqing.lz@taobao.com>
bee754
    Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
bee754
    Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
bee754
bee754
diff --git a/misc/chattr.1.in b/misc/chattr.1.in
bee754
index 932ef4b..2a3640c 100644
bee754
--- a/misc/chattr.1.in
bee754
+++ b/misc/chattr.1.in
bee754
@@ -112,8 +112,8 @@ to the file.  Only the superuser or a process possessing the
bee754
 CAP_LINUX_IMMUTABLE capability can set or clear this attribute.
bee754
 .PP
bee754
 A file with the `j' attribute has all of its data written to the ext3
bee754
-journal before being written to the file itself, if the filesystem is
bee754
-mounted with the "data=ordered" or "data=writeback" options.  When the
bee754
+or ext4 journal before being written to the file itself, if the filesystem
bee754
+is mounted with the "data=ordered" or "data=writeback" options.  When the
bee754
 filesystem is mounted with the "data=journal" option all file data
bee754
 is already journalled and this attribute has no effect.  Only
bee754
 the superuser or a process possessing the CAP_SYS_RESOURCE
bee754
@@ -171,7 +171,7 @@ The `c', 's',  and `u' attributes are not honored
bee754
 by the ext2, ext3, and ext4 filesystems as implemented in the current
bee754
 mainline Linux kernels.
bee754
 .PP
bee754
-The `j' option is only useful if the filesystem is mounted as ext3.
bee754
+The `j' option is only useful if the filesystem is mounted as ext3 or ext4.
bee754
 .PP
bee754
 The `D' option is only useful on Linux kernel 2.5.19 and later.
bee754
 .SH AVAILABILITY