Whamcloud - gitweb
ChangeLog, link.c, mkdir.c, newdir.c:
authorTheodore Ts'o <tytso@mit.edu>
Sat, 23 Oct 1999 00:58:54 +0000 (00:58 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 23 Oct 1999 00:58:54 +0000 (00:58 +0000)
commite6198e5a0191b2cbbf9765c4e4df11c7929279e6
tree12fed21b080e507baf46bd04aaf1fe63e834dd9a
parent7847c1d4fff9195c16b6d74194d104200b3f6c67
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.
lib/ext2fs/ChangeLog
lib/ext2fs/link.c
lib/ext2fs/mkdir.c
lib/ext2fs/newdir.c