X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Fobd_support.h;h=4cc253d47cd96fe3b615fa4c4404902198dfaf7c;hb=707820692275a448eaaf18f4fa5312cff47384be;hp=60d7c9bf47319aa91c67c0716584bc6f874bc139;hpb=34a5af721b2b5a2faae98050dec38767bb89a579;p=fs%2Flustre-release.git diff --git a/lustre/include/obd_support.h b/lustre/include/obd_support.h index 60d7c9b..4cc253d 100644 --- a/lustre/include/obd_support.h +++ b/lustre/include/obd_support.h @@ -676,6 +676,7 @@ extern char obd_jobid_var[]; #define OBD_FAIL_OSD_FAIL_AT_TRUNCATE 0x2301 +/* LNet is allocated failure locations 0xe000 to 0xffff */ /* Assign references to moved code to reduce code changes */ #define OBD_FAIL_PRECHECK(id) CFS_FAIL_PRECHECK(id) #define OBD_FAIL_CHECK(id) CFS_FAIL_CHECK(id)