Whamcloud - gitweb
- cvs merge is funny. sometimes.
authoralex <alex>
Fri, 10 Jul 2009 11:42:09 +0000 (11:42 +0000)
committeralex <alex>
Fri, 10 Jul 2009 11:42:09 +0000 (11:42 +0000)
lustre/ost/ost_handler.c

index ec6286e..e28e915 100644 (file)
@@ -992,26 +992,6 @@ static int ost_brw_write(struct ptlrpc_request *req, struct obd_trans_info *oti)
         if (rc != 0)
                 GOTO(out_lock, rc);
 
-        rc = sptlrpc_svc_prep_bulk(req, desc);
-        if (rc != 0)
-                GOTO(out_lock, rc);
-
-        rc = sptlrpc_svc_prep_bulk(req, desc);
-        if (rc != 0)
-                GOTO(out_lock, rc);
-
-        rc = sptlrpc_svc_prep_bulk(req, desc);
-        if (rc != 0)
-                GOTO(out_lock, rc);
-
-        rc = sptlrpc_svc_prep_bulk(req, desc);
-        if (rc != 0)
-                GOTO(out_lock, rc);
-
-        rc = sptlrpc_svc_prep_bulk(req, desc);
-        if (rc != 0)
-                GOTO(out_lock, rc);
-
         /* Check if client was evicted while we were doing i/o before touching
            network */
         if (desc->bd_export->exp_failed)