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:
b35cadc
)
Branch b1_8_gate
author
bobijam
<bobijam>
Mon, 1 Sep 2008 01:54:16 +0000
(
01:54
+0000)
committer
bobijam
<bobijam>
Mon, 1 Sep 2008 01:54:16 +0000
(
01:54
+0000)
b=16570
i=h.huang, robert.read
Make MDS_SETXATTR request replayable.
lustre/mds/handler.c
patch
|
blob
|
history
diff --git
a/lustre/mds/handler.c
b/lustre/mds/handler.c
index
28f6cc4
..
75fa969
100644
(file)
--- a/
lustre/mds/handler.c
+++ b/
lustre/mds/handler.c
@@
-1340,6
+1340,7
@@
static int mds_filter_recovery_request(struct ptlrpc_request *req,
case MDS_CLOSE:
case MDS_SYNC: /* used in unmounting */
case OBD_PING:
+ case MDS_SETXATTR:
case MDS_REINT:
case LDLM_ENQUEUE:
*process = target_queue_recovery_request(req, obd);