X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fllite%2Frw.c;h=bdc0cd8b661ab63d3c29e969274f9a4ddd7e7d1c;hp=0fc48f048cf13081f0ecc8bdbf45885e3e68c310;hb=bbfe5c8d211c8285a7d426f3efc92b13028e638d;hpb=b80d6defb7b018250ef4fafccff7c980aed6a444 diff --git a/lustre/llite/rw.c b/lustre/llite/rw.c index 0fc48f0..bdc0cd8 100644 --- a/lustre/llite/rw.c +++ b/lustre/llite/rw.c @@ -2057,7 +2057,7 @@ out: * races with the page being unlocked after readpage() but before it's * used by the caller */ - OBD_FAIL_TIMEOUT(OBD_FAIL_LLITE_READPAGE_PAUSE2, cfs_fail_val); + CFS_FAIL_TIMEOUT(OBD_FAIL_LLITE_READPAGE_PAUSE2, cfs_fail_val); RETURN(result); }