summaryrefslogtreecommitdiff
path: root/tests/f_dupdot/expect.1
AgeCommit message (Collapse)AuthorFilesLines
2012-01-17libext2fs: display partial path if fs corrupted in ext2fs_get_pathname()Theodore Ts'o1-2/+2
The function ext2fs_get_pathname() used to return EXT2_ET_NO_DIRECTORY if one of the directories in an inode's pathname is not a directory. This is not very useful in an emergency, when the file system is corrupted. This commit will cause ext2fs_get_pathname() to return a partial pathname, which should help system administrators trying to use debugfs to investigate a corrupted file system. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2002-08-17Overhaul extended attribute handling. Should now be correct withTheodore Ts'o1-6/+0
respect to the latest V2 bestbits ACL code.
1999-09-16ChangeLog, expect.1, expect.2, image.gz, name:Theodore Ts'o1-0/+28
New test case which tests duplicate '.' and '..' entries.