Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jan 2008 08:54:52 +0000 (UTC)
From:      Bruce Evans <bde@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_vnops.c
Message-ID:  <200801050854.m058sqBj050791@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2008-01-05 08:54:52 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_vnops.c 
  Log:
  In sequential_heuristic():
  - spell 16384 as 16384 and not as BKVASIZE.  16384 is (not quite) just a
    magic size that works well in practice.  BKVASIZE should be MAXBSIZE
    (65536), but is 16384 because i386's don't have enough kva for it to
    be MAXBSIZE; 16384 works (not so well) for it for much the same reasons
    that it works well in the heuristic.
  - expand and/or add comments about this and other details.
  - don't explicitly inline this function.
  - fix some other style bugs.
  
  Revision  Changes    Path
  1.255     +20 -13    src/sys/kern/vfs_vnops.c



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