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:
82de1df
)
- filter MDS_DONE_WRITING during recovery
author
tappro
<tappro>
Fri, 27 Oct 2006 21:38:53 +0000
(21:38 +0000)
committer
tappro
<tappro>
Fri, 27 Oct 2006 21:38:53 +0000
(21:38 +0000)
lustre/mds/handler.c
patch
|
blob
|
history
diff --git
a/lustre/mds/handler.c
b/lustre/mds/handler.c
index
35efb7b
..
3a7be50
100644
(file)
--- a/
lustre/mds/handler.c
+++ b/
lustre/mds/handler.c
@@
-1228,6
+1228,7
@@
int mds_filter_recovery_request(struct ptlrpc_request *req,
RETURN(0);
case MDS_CLOSE:
+ case MDS_DONE_WRITING:
case MDS_SYNC: /* used in unmounting */
case OBD_PING:
case MDS_REINT: