summaryrefslogtreecommitdiff
path: root/misc/chattr.c
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2001-11-05 19:22:02 -0500
committerTheodore Ts'o <tytso@mit.edu>2001-11-05 19:22:02 -0500
commitb3f5b4c22939daba86465d05842bce76053bc3cf (patch)
tree67a743e609620b722ba90347a970ef3eef495088 /misc/chattr.c
parent6430bd67cef317daebdef7812e87f0e2846b31a7 (diff)
downloade2fsprogs-b3f5b4c22939daba86465d05842bce76053bc3cf.tar.gz
Define a new ext2 file attribute, EXT2_NOTAIL_FL,
which signals that a particular inode should not have the last bits of data (the "tail") be merged with another file. This is necessary to keep programs like LILO happy.
Diffstat (limited to 'misc/chattr.c')
-rw-r--r--misc/chattr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/chattr.c b/misc/chattr.c
index 730e7b8b..f22d4c90 100644
--- a/misc/chattr.c
+++ b/misc/chattr.c
@@ -96,6 +96,7 @@ static const struct flags_char flags_array[] = {
{ EXT3_JOURNAL_DATA_FL, 'j' },
{ EXT2_SECRM_FL, 's' },
{ EXT2_UNRM_FL, 'u' },
+ { EXT2_NOTAIL_FL, 't' },
{ 0, 0 }
};