cvs commit: src/sys/kern vfs_bio.c
Marcel Moolenaar
marcel at FreeBSD.org
Thu Aug 28 12:58:13 PDT 2003
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
More information about the cvs-src
mailing list