cvs commit: src/sys/dev/md md.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Thu Sep 16 13:38:11 PDT 2004


pjd         2004-09-16 20:38:11 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/md           md.c 
  Log:
  There is no need to keep 'npage' value inside our softc structure,
  it is only used in one function. While doing so, change its type to
  vm_ooffset_t.
  We are still limited for swap-backed devices to 16TB on 32-bit architectures
  where PAGE_SIZE is 4096 bytes.
  
  Revision  Changes    Path
  1.138     +8 -8      src/sys/dev/md/md.c


More information about the cvs-src mailing list