immutable flag set (and offer to clear them).
+2001-07-27 Theodore Tso <tytso@valinux.com>
+
+ * pass1.c (e2fsck_pass1): Check for symlinks that have the
+ immutable flag set (and offer to clear them).
+
2001-07-26 Theodore Tso <tytso@valinux.com>
* pass1.c (e2fsck_pass1): Free ctx->block_ea_map at the end of
check_size(ctx, &pctx);
ctx->fs_blockdev_count++;
} else if (LINUX_S_ISLNK (inode.i_mode)) {
+ check_immutable(ctx, &pctx);
ctx->fs_symlinks_count++;
if (!inode.i_blocks) {
if (inode.i_size_high ||