Whamcloud - gitweb
e2fsck: turn inline data symlink into a fast symlink when possible
authorDarrick J. Wong <darrick.wong@oracle.com>
Tue, 21 Apr 2015 01:48:02 +0000 (21:48 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 21 Apr 2015 01:48:02 +0000 (21:48 -0400)
commit76761ca2211892898d49ae50f88b32d2e7cc7925
tree3d61b6315d09bd670dc67be04c340d0b33a901ae
parente0d5dd36029529ff82d6bbe90ccb26e6c5fa4ad6
e2fsck: turn inline data symlink into a fast symlink when possible

When there's a problem accessing the EA part of an inline data symlink
and we want to truncate the symlink back to 60 characters (hoping the
user can re-establish the link later on, apparently) be sure to turn
off the inline data flag to convert the symlink back to a regular fast
symlink.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/pass1.c
tests/f_inlinedata_repair/expect.1
tests/f_inlinedata_repair/expect.2