From: adilger Date: Tue, 29 Oct 2002 08:20:23 +0000 (+0000) Subject: Line length. X-Git-Tag: 0.5.16~90 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=dfcc15a3484a2cfd332a86bd0e05afa7e9bc0e91;p=fs%2Flustre-release.git Line length. --- diff --git a/lustre/mdc/mdc_reint.c b/lustre/mdc/mdc_reint.c index c2e716f..348fc21 100644 --- a/lustre/mdc/mdc_reint.c +++ b/lustre/mdc/mdc_reint.c @@ -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);