From 3b6d65eb8432fab6f4847f4457e8481667456522 Mon Sep 17 00:00:00 2001 From: wangdi Date: Wed, 30 Aug 2006 09:09:00 +0000 Subject: [PATCH] Branch: b_new_cmd oops, just forget a file in the last commit --- lustre/include/lu_object.h | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 1.8.3.1