Whamcloud - gitweb
Define a new ext2 file attribute, EXT2_NOTAIL_FL,
authorTheodore Ts'o <tytso@mit.edu>
Tue, 6 Nov 2001 00:22:02 +0000 (19:22 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 6 Nov 2001 00:22:02 +0000 (19:22 -0500)
commitb3f5b4c22939daba86465d05842bce76053bc3cf
tree67a743e609620b722ba90347a970ef3eef495088
parent6430bd67cef317daebdef7812e87f0e2846b31a7
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.
lib/e2p/ChangeLog
lib/e2p/pf.c
lib/ext2fs/ChangeLog
lib/ext2fs/ext2_fs.h
misc/ChangeLog
misc/chattr.1.in
misc/chattr.c