X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fmdt%2Fmdt_open.c;h=a00924b853d284ea35153df790791e287c5c55a0;hb=bbfe5c8d211c8285a7d426f3efc92b13028e638d;hp=fcfd8cdff8796b0916e607de890ab6661d483714;hpb=b80d6defb7b018250ef4fafccff7c980aed6a444;p=fs%2Flustre-release.git diff --git a/lustre/mdt/mdt_open.c b/lustre/mdt/mdt_open.c index fcfd8cd..a00924b 100644 --- a/lustre/mdt/mdt_open.c +++ b/lustre/mdt/mdt_open.c @@ -1669,7 +1669,7 @@ again_pw: } else { /* get openlock if this isn't replay and client requested it */ if (!req_is_replay(req)) { - OBD_FAIL_TIMEOUT(OBD_FAIL_MDS_DELAY_OPEN, cfs_fail_val); + CFS_FAIL_TIMEOUT(OBD_FAIL_MDS_DELAY_OPEN, cfs_fail_val); rc = mdt_object_open_lock(info, child, lhc, &ibits); object_locked = 1; if (rc != 0)