Whamcloud - gitweb
chattr.1.in: Document the compression attribute flags E, X, and
authorTheodore Ts'o <tytso@mit.edu>
Sat, 17 Aug 2002 18:44:56 +0000 (14:44 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 17 Aug 2002 18:44:56 +0000 (14:44 -0400)
commit023d111e92195624463e870146d0f386ba5c2d87
treee29003c4e19f7785a2c94cc85e653426c1821c08
parentf044b4d8a02ef9f95e27b8bdf6adc6548e5dc4a9
chattr.1.in: Document the compression attribute flags E, X, and
Z, and explain that chattr can't set or set these flags.
(Addresses Debian Bug #151990)

fsetflags.c (fsetflags), fgetflags.c (fgetflags.c), setflags.c
(setflags), getflags.c (getflags): Check to make sure the
file is a regular file or a directory before attempting to
use the ext2 ioctls.  Otherwise, return EOPNOTSUPP.
(Addresses Debian Bug #152029).
lib/e2p/ChangeLog
lib/e2p/fgetflags.c
lib/e2p/fsetflags.c
lib/e2p/getflags.c
lib/e2p/setflags.c
misc/ChangeLog
misc/chattr.1.in