From 3a66c173f4007f4b6922d147ccff75218a58980d Mon Sep 17 00:00:00 2001 From: deshmukh Date: Thu, 20 Aug 2009 05:06:49 +0000 Subject: [PATCH] Fixing the HEAD build issue related to BuildRequest 12131: rhel5/x86_64 has FAILED! This is temp fix, to build head. --- lustre/mdc/mdc_request.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/mdc/mdc_request.c b/lustre/mdc/mdc_request.c index 994a5c5..db1dc06 100644 --- a/lustre/mdc/mdc_request.c +++ b/lustre/mdc/mdc_request.c @@ -1190,7 +1190,7 @@ static int mdc_hsm_copytool_send(int len, void *val) if (len < sizeof(*lh) + sizeof(*hal)) { CERROR("Short HSM message %d < %d\n", len, - sizeof(*lh) + sizeof(*hal)); + (int) (sizeof(*lh) + sizeof(*hal))); RETURN(-EPROTO); } if (lh->lnl_magic == __swab16(LNL_MAGIC)) { -- 1.8.3.1