Whamcloud - gitweb
Quiet compiler warning.
authoradilger <adilger>
Tue, 29 Oct 2002 07:52:43 +0000 (07:52 +0000)
committeradilger <adilger>
Tue, 29 Oct 2002 07:52:43 +0000 (07:52 +0000)
lustre/ost/ost_handler.c

index 2be26cc..0378840 100644 (file)
@@ -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);