Whamcloud - gitweb
LU-12610 cfs: add unlikely to CFS_ macros
[fs/lustre-release.git] / lustre / llite / rw.c
index 0fc48f0..bdc0cd8 100644 (file)
@@ -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);
 }