X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Fobd.h;h=94f9d8c32aadaf88b7c8c26a6cdb0e7e2be7f657;hp=3abcc4d899d90944e48c0984463fbe4d7251f01d;hb=0d8c5ccc4ecfe7c0d10a0a4f92fd291320a97190;hpb=b48b921a5f36771bacdb0094d7ec4fe94cdf0c48 diff --git a/lustre/include/obd.h b/lustre/include/obd.h index 3abcc4d..94f9d8c 100644 --- a/lustre/include/obd.h +++ b/lustre/include/obd.h @@ -984,6 +984,10 @@ struct md_op_data { /* Used by readdir */ __u64 op_hash_offset; + /* The offset of dir entry among the same hash entries, which + * is used to resolve the hash conflict. */ + __u32 op_same_hash_offset; + /* Used by readdir */ __u32 op_npages;