From owner-cvs-src@FreeBSD.ORG Thu Aug 28 12:58:12 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAADA16A4C0; Thu, 28 Aug 2003 12:58:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C08C43F3F; Thu, 28 Aug 2003 12:58:12 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7SJwC0U032671; Thu, 28 Aug 2003 12:58:12 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7SJwBIH032670; Thu, 28 Aug 2003 12:58:11 -0700 (PDT) Message-Id: <200308281958.h7SJwBIH032670@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 28 Aug 2003 12:58:11 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2003 19:58:13 -0000 marcel 2003/08/28 12:58:11 PDT FreeBSD src repository Modified files: sys/kern vfs_bio.c Log: In bufdone(), change the format specifier for m->valid and m->dirty to a long type and explicitly cast m->valid and m->dirty to unsigned long. When PAGE_SIZE is 32K, these fields are in fact unsigned long. Revision Changes Path 1.400 +3 -2 src/sys/kern/vfs_bio.c