X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flu_object.h;h=7c8c737d9f743877e04e4f7f9dbee0d84e936b61;hp=a66790aae8fca9de5fb538d2da14303852b7a904;hb=555eb580e547fb263faee0a4d88482789171211b;hpb=303017795cba5a9b597967d693b7ac4af93ff997 diff --git a/lustre/include/lu_object.h b/lustre/include/lu_object.h index a66790a..7c8c737 100644 --- a/lustre/include/lu_object.h +++ b/lustre/include/lu_object.h @@ -169,6 +169,10 @@ typedef enum { /* This is a new object to be allocated, or the file * corresponding to the object does not exists. */ LOC_F_NEW = 0x00000001, + + /* When find a dying object, just return -EAGAIN at once instead of + * blocking the thread. */ + LOC_F_NOWAIT = 0x00000002, } loc_flags_t; /**