From dfcc15a3484a2cfd332a86bd0e05afa7e9bc0e91 Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 29 Oct 2002 08:20:23 +0000 Subject: [PATCH] Line length. --- lustre/mdc/mdc_reint.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 1.8.3.1