Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Aug 2003 12:58:11 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_bio.c
Message-ID:  <200308281958.h7SJwBIH032670@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308281958.h7SJwBIH032670>