Whamcloud - gitweb
Add initial support for extended attribute blocks
authorTheodore Ts'o <tytso@mit.edu>
Mon, 2 Jul 2001 15:54:09 +0000 (11:54 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 2 Jul 2001 15:54:09 +0000 (11:54 -0400)
commit342d847db355d81299218e07a1e58ece82080a04
treed9d1ebd757a7caf7066a3d5e119691a615b27d18
parent636a954a308aec91cf644f566d3e8a794a5dd8cb
Add initial support for extended attribute blocks
18 files changed:
e2fsck/ChangeLog
e2fsck/Makefile.in
e2fsck/e2fsck.c
e2fsck/e2fsck.h
e2fsck/ea_refcount.c [new file with mode: 0644]
e2fsck/message.c
e2fsck/pass1.c
e2fsck/pass1b.c
e2fsck/pass2.c
e2fsck/problem.c
e2fsck/problem.h
lib/e2p/ChangeLog
lib/e2p/feature.c
lib/ext2fs/ChangeLog
lib/ext2fs/Makefile.in
lib/ext2fs/ext2_ext_attr.h [new file with mode: 0644]
lib/ext2fs/ext2fs.h
lib/ext2fs/ext_attr.c [new file with mode: 0644]