X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fosd-ldiskfs%2Fosd_handler.c;h=3c09617e33fd2ab0c2bd4996b3403c35849b8ef5;hp=519f6ae75dcf874465c57c9e550db201d6860cb8;hb=26995a3588e72d65f609b12772d24a879c9deb7f;hpb=f935a36c035a20433669997f7d70b35073dff5f2 diff --git a/lustre/osd-ldiskfs/osd_handler.c b/lustre/osd-ldiskfs/osd_handler.c index 519f6ae..3c09617 100644 --- a/lustre/osd-ldiskfs/osd_handler.c +++ b/lustre/osd-ldiskfs/osd_handler.c @@ -4041,8 +4041,7 @@ static int osd_add_dot_dotdot(struct osd_thread_info *info, dot_dot_fid, NULL, th); } - if (OBD_FAIL_CHECK(OBD_FAIL_LFSCK_BAD_PARENT) || - OBD_FAIL_CHECK(OBD_FAIL_LFSCK_BAD_PARENT2)) { + if (OBD_FAIL_CHECK(OBD_FAIL_LFSCK_BAD_PARENT)) { struct lu_fid tfid = *dot_dot_fid; tfid.f_oid--;