cvs commit: src/sys/vm vnode_pager.c
    Tim J. Robbins 
    tjr at FreeBSD.org
       
    Sat Nov 15 01:54:12 PST 2003
    
    
  
tjr         2003/11/15 01:54:11 PST
  FreeBSD src repository
  Modified files:
    sys/vm               vnode_pager.c 
  Log:
  In vnode_pager_input_smlfs(), call VOP_STRATEGY instead of VOP_SPECSTRATEGY
  on non-VCHR vnodes. This fixes a panic when reading data from files on a
  filesystem with a small (less than a page) block size.
  
  PR:             59271
  Reviewed by:    alc
  
  Revision  Changes    Path
  1.192     +4 -1      src/sys/vm/vnode_pager.c
    
    
More information about the cvs-all
mailing list