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

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