commit | 76761ca2211892898d49ae50f88b32d2e7cc7925 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon Apr 20 21:48:02 2015 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Apr 20 21:48:02 2015 -0400 |
tree | 3d61b6315d09bd670dc67be04c340d0b33a901ae | |
parent | e0d5dd36029529ff82d6bbe90ccb26e6c5fa4ad6 [diff] |
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>