mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2025-01-10 02:23:27 +08:00
e2fsck: Change PR_3_CREATE_LPF_ERROR to be a non-fatal problem
The other problem codes associated with failing to create the lost+found directory are non-fatal, and this one should be non-fatal as well. The two places which call e2fsck_get_lost_and_found() already deal with a failure to create the directory, so there's no point making this be a fatal error. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
parent
cf4e06d665
commit
206d2ade6e
@ -1386,7 +1386,7 @@ static struct e2fsck_problem problem_table[] = {
|
||||
/* Error creating lost and found directory */
|
||||
{ PR_3_CREATE_LPF_ERROR,
|
||||
N_("Error creating /@l @d (%s): %m\n"),
|
||||
PROMPT_NONE, PR_FATAL },
|
||||
PROMPT_NONE, 0 },
|
||||
|
||||
/* Root inode is not directory; aborting */
|
||||
{ PR_3_ROOT_NOT_DIR_ABORT,
|
||||
|
Loading…
Reference in New Issue
Block a user