From bb184335a8e3648e684b69c5ff6beb1fe720bc7a Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 29 Oct 2002 07:52:43 +0000 Subject: [PATCH] Quiet compiler warning. --- lustre/ost/ost_handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/ost/ost_handler.c b/lustre/ost/ost_handler.c index 2be26cc..0378840 100644 --- a/lustre/ost/ost_handler.c +++ b/lustre/ost/ost_handler.c @@ -170,7 +170,7 @@ static int ost_punch(struct ptlrpc_request *req) body = lustre_msg_buf(req->rq_reqmsg, 0); - if (NTOH__u32(body->oa.o_valid) & (OBD_MD_FLSIZE | OBD_MD_FLBLOCKS) != + if ((NTOH__u32(body->oa.o_valid) & (OBD_MD_FLSIZE | OBD_MD_FLBLOCKS))!= (OBD_MD_FLSIZE | OBD_MD_FLBLOCKS)) RETURN(-EINVAL); -- 1.8.3.1