Whamcloud - gitweb
e2fsck: Change PR_3_CREATE_LPF_ERROR to be a non-fatal problem
authorTheodore Ts'o <tytso@mit.edu>
Thu, 22 Jan 2009 21:05:29 +0000 (16:05 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 22 Jan 2009 21:05:29 +0000 (16:05 -0500)
commit206d2ade6e3682ac5b196aaa7a9c54b6874e5060
tree54626a43ed4758c6258b81a63c220006db678abf
parentcf4e06d665e53ec7a5af67c9104e7278777a8488
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>
e2fsck/problem.c