symbolic links in the raw image file.
+2003-03-13 Theodore Ts'o <tytso@mit.edu>
+
+ * e2image.c (write_raw_image_file): Include blocks from slow
+ symbolic links in the raw image file.
+
2003-03-06 <tytso@mit.edu>
* tune2fs.c (parse_tune2fs_options, parse_e2label_options): Allow
stashed_ino = ino;
if (LINUX_S_ISDIR(inode.i_mode) ||
+ (LINUX_S_ISLNK(inode.i_mode) &&
+ ext2fs_inode_has_valid_blocks(&inode)) ||
ino == fs->super->s_journal_inum) {
retval = ext2fs_block_iterate2(fs, ino, 0,
block_buf, process_dir_block, &pb);