Whamcloud - gitweb
Branch b1_8_gate
authorbobijam <bobijam>
Mon, 1 Sep 2008 01:54:16 +0000 (01:54 +0000)
committerbobijam <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

index 28f6cc4..75fa969 100644 (file)
@@ -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);