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

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