Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e84a90
)
Branch b1_8_gate
author
fanyong
<fanyong>
Thu, 21 Aug 2008 08:36:12 +0000
(08:36 +0000)
committer
fanyong
<fanyong>
Thu, 21 Aug 2008 08:36:12 +0000
(08:36 +0000)
b=15927
i=johann
i=huanghua
Replace ptlrpcd with the statahead thread to interpret the async statahead RPC callback.
lustre/include/lustre_mds.h
patch
|
blob
|
history
diff --git
a/lustre/include/lustre_mds.h
b/lustre/include/lustre_mds.h
index
8ca9631
..
dae452c
100644
(file)
--- a/
lustre/include/lustre_mds.h
+++ b/
lustre/include/lustre_mds.h
@@
-269,7
+269,6
@@
typedef int (* md_enqueue_cb_t)(struct obd_export *exp,
int rc);
struct md_enqueue_info {
- struct obd_export *mi_exp;
struct mdc_op_data mi_data;
struct lookup_intent mi_it;
struct lustre_handle mi_lockh;
@@
-279,9
+278,4
@@
struct md_enqueue_info {
void *mi_cbdata;
};
-struct mdc_enqueue_args {
- struct md_enqueue_info *ma_mi;
- struct ldlm_enqueue_info *ma_ei;
-};
-
#endif