From: wangdi Date: Wed, 30 Aug 2006 09:09:00 +0000 (+0000) Subject: Branch: b_new_cmd X-Git-Tag: v1_8_0_110~486^2~1062 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=3b6d65eb8432fab6f4847f4457e8481667456522;p=fs%2Flustre-release.git Branch: b_new_cmd oops, just forget a file in the last commit --- diff --git a/lustre/include/lu_object.h b/lustre/include/lu_object.h index 4b569ef..3a6dd2d 100644 --- a/lustre/include/lu_object.h +++ b/lustre/include/lu_object.h @@ -810,6 +810,8 @@ static inline const __u32 lu_object_attr(const struct lu_object *o) struct lu_rdpg { /* input params, should be filled out by mdt */ __u32 rp_hash; /* hash */ + __u32 rp_hash_end; /* hash end, means reading the + entry until this hash*/ int rp_count; /* count in bytes */ int rp_npages; /* number of pages */ struct page **rp_pages; /* pointers to pages */