From 9f27eacb52b2d5c1d5926cb8ddd85405a59be584 Mon Sep 17 00:00:00 2001 From: wangdi <wangdi> Date: Tue, 16 Sep 2008 21:56:28 +0000 Subject: [PATCH] Branch: b1_6 tab->space fixes --- lustre/obdclass/llog_test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/obdclass/llog_test.c b/lustre/obdclass/llog_test.c index e80d416a32..c417d18661 100644 --- a/lustre/obdclass/llog_test.c +++ b/lustre/obdclass/llog_test.c @@ -238,7 +238,7 @@ static int llog_test_3(struct obd_device *obd, struct llog_handle *llh) if ((rc = verify_handle("3c", llh, num_recs))) RETURN(rc); - CWARN("3d: write log more than BITMAP_SIZE, return -ENOSPC\n"); + CWARN("3d: write log more than BITMAP_SIZE, return -ENOSPC\n"); for (i = 0; i < LLOG_BITMAP_SIZE(llh->lgh_hdr) + 1; i++) { struct llog_rec_hdr hdr; char buf_even[24]; @@ -261,7 +261,7 @@ static int llog_test_3(struct obd_device *obd, struct llog_handle *llh) } else { CERROR("3d: write recs failed at #%d: %d\n", i + 1, rc); - RETURN(rc); + RETURN(rc); } } num_recs++; -- GitLab