Whamcloud - gitweb
LU-9206 llite: access striped directory with missing stripe
[fs/lustre-release.git] / lustre / include / obd_class.h
index ee7ea9d..bbb571b 100644 (file)
@@ -1538,9 +1538,8 @@ static inline int md_file_resync(struct obd_export *exp,
 
 static inline int md_read_page(struct obd_export *exp,
                               struct md_op_data *op_data,
-                              struct md_callback *cb_op,
-                              __u64  hash_offset,
-                              struct page **ppage)
+                              struct md_readdir_info *mrinfo,
+                              __u64  hash_offset, struct page **ppage)
 {
        int rc;
 
@@ -1551,7 +1550,7 @@ static inline int md_read_page(struct obd_export *exp,
        lprocfs_counter_incr(exp->exp_obd->obd_md_stats,
                             LPROC_MD_READ_PAGE);
 
-       return MDP(exp->exp_obd, read_page)(exp, op_data, cb_op, hash_offset,
+       return MDP(exp->exp_obd, read_page)(exp, op_data, mrinfo, hash_offset,
                                            ppage);
 }