commit | e6198e5a0191b2cbbf9765c4e4df11c7929279e6 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Oct 23 00:58:54 1999 +0000 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Oct 23 00:58:54 1999 +0000 |
tree | 12fed21b080e507baf46bd04aaf1fe63e834dd9a | |
parent | 7847c1d4fff9195c16b6d74194d104200b3f6c67 [diff] |
ChangeLog, link.c, mkdir.c, newdir.c: mkdir.c (ext2fs_mkdir): Pass EXT2_FT_DIR flag to ext2fs_link(). link.c (ext2fs_link): This call now uses the low three bits of the flags parameter to pass the directory filetype information; it will set the directory entry FILETYPE information if the filesystem supports it. newdir.c (ext2fs_new_dir_block): If the FILETYPE superblock option is set, then create the '.' and '..' entries with the filetype set to EXT2_FT_DIR.