From 880e54403799b1780b5f4f379ff27f0f06557404 Mon Sep 17 00:00:00 2001 From: braam Date: Thu, 9 Oct 2003 09:08:03 +0000 Subject: [PATCH] - a reworking of the llog api's that propagate cookies and records through the obd stack. See section 1.4 in the llogapi.lyx file for details. --- lustre/obdclass/llog_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/obdclass/llog_test.c b/lustre/obdclass/llog_test.c index 06a4ac0..752459e 100644 --- a/lustre/obdclass/llog_test.c +++ b/lustre/obdclass/llog_test.c @@ -131,7 +131,7 @@ static int llog_test_3(struct obd_device *obd, struct llog_handle *llh) ENTRY; lcr.lcr_hdr.lrh_len = lcr.lcr_tail.lrt_len = sizeof(lcr); - lcr.lcr_hdr.lrh_type = OST_CREATE_REC; + lcr.lcr_hdr.lrh_type = OST_SZ_REC; CERROR("3a: write one create_rec\n"); rc = llog_write_rec(llh, &lcr.lcr_hdr, NULL, 0, NULL, -1); -- 1.8.3.1