X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fobdclass%2Flocal_storage.h;h=caf26bfec6e28a7bb2c6c476b2f608ea83854766;hb=cc6ef11d2f972ebc440013bddda87a536a09750c;hp=7ff6faad2a79705e55ebff218b24de4fdbe842e6;hpb=2b294992edce5af7b79d4300ed3aa1ea6a8db850;p=fs%2Flustre-release.git diff --git a/lustre/obdclass/local_storage.h b/lustre/obdclass/local_storage.h index 7ff6faa..caf26bf 100644 --- a/lustre/obdclass/local_storage.h +++ b/lustre/obdclass/local_storage.h @@ -91,4 +91,12 @@ struct los_ondisk { #define LOS_MAGIC 0xdecafbee +/** + * Used in __local_file_create() for object lock role + **/ +enum los_object_role { + LOS_PARENT, + LOS_CHILD, +}; + #endif