Whamcloud - gitweb
- filter MDS_DONE_WRITING during recovery
authortappro <tappro>
Fri, 27 Oct 2006 21:38:53 +0000 (21:38 +0000)
committertappro <tappro>
Fri, 27 Oct 2006 21:38:53 +0000 (21:38 +0000)
lustre/mds/handler.c

index 35efb7b..3a7be50 100644 (file)
@@ -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: