Whamcloud - gitweb
Line length.
authoradilger <adilger>
Tue, 29 Oct 2002 08:20:23 +0000 (08:20 +0000)
committeradilger <adilger>
Tue, 29 Oct 2002 08:20:23 +0000 (08:20 +0000)
lustre/mdc/mdc_reint.c

index c2e716f..348fc21 100644 (file)
@@ -93,8 +93,8 @@ int mdc_create(struct lustre_handle *conn,
                 bufcount = 3;
         }
 
-        req = ptlrpc_prep_req(class_conn2cliimp(conn), MDS_REINT, bufcount, size,
-                              NULL);
+        req = ptlrpc_prep_req(class_conn2cliimp(conn), MDS_REINT, bufcount,
+                              size, NULL);
         if (!req)
                 RETURN(-ENOMEM);