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:
c24cbdb
)
- allow seq and fld recovery.
author
yury
<yury>
Thu, 7 Sep 2006 07:21:26 +0000
(07:21 +0000)
committer
yury
<yury>
Thu, 7 Sep 2006 07:21:26 +0000
(07:21 +0000)
lustre/mds/handler.c
patch
|
blob
|
history
lustre/mdt/mdt_handler.c
patch
|
blob
|
history
diff --git
a/lustre/mds/handler.c
b/lustre/mds/handler.c
index
f2ad741
..
0634e8b
100644
(file)
--- a/
lustre/mds/handler.c
+++ b/
lustre/mds/handler.c
@@
-1234,6
+1234,8
@@
int mds_filter_recovery_request(struct ptlrpc_request *req,
case MDS_SYNC: /* used in unmounting */
case OBD_PING:
case MDS_REINT:
+ case SEQ_QUERY:
+ case FLD_QUERY:
case LDLM_ENQUEUE:
*process = target_queue_recovery_request(req, obd);
RETURN(0);
diff --git
a/lustre/mdt/mdt_handler.c
b/lustre/mdt/mdt_handler.c
index
22f6de1
..
140bcda
100644
(file)
--- a/
lustre/mdt/mdt_handler.c
+++ b/
lustre/mdt/mdt_handler.c
@@
-1337,7
+1337,7
@@
static int mdt_req_handle(struct mdt_thread_info *info,
rc = 0;
LASSERT(current->journal_info == NULL);
- if (flags & HABEO_CLAVIS && info->mti_mdt->mdt_opts.mo_compat_resname){
+ if (flags & HABEO_CLAVIS && info->mti_mdt->mdt_opts.mo_compat_resname)
{
struct ldlm_reply *dlmrep;
dlmrep = req_capsule_server_get(&info->mti_pill, &RMF_DLM_REP);