]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Fix FS_EXTENT_FL description (#3381)
authorkpengboy <kpengboy@users.noreply.github.com>
Sun, 29 May 2016 15:31:14 +0000 (08:31 -0700)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 29 May 2016 15:31:14 +0000 (11:31 -0400)
src/tmpfiles/tmpfiles.c

index 2053d35a67995df5db9221423f5618e9d083ab0b..79ccf9fad9761c7afbbae5ea36e4dbc362a0920e 100644 (file)
@@ -866,7 +866,7 @@ static int parse_attribute_from_arg(Item *item) {
                 { 'a', FS_APPEND_FL },       /* writes to file may only append */
                 { 'c', FS_COMPR_FL },        /* Compress file */
                 { 'd', FS_NODUMP_FL },       /* do not dump file */
-                { 'e', FS_EXTENT_FL },       /* Top of directory hierarchies*/
+                { 'e', FS_EXTENT_FL },       /* Extents */
                 { 'i', FS_IMMUTABLE_FL },    /* Immutable file */
                 { 'j', FS_JOURNAL_DATA_FL }, /* Reserved for ext3 */
                 { 's', FS_SECRM_FL },        /* Secure deletion */