K 10 svn:author V 3 tjr K 8 svn:date V 27 2003-11-15T09:54:11.000000Z K 7 svn:log V 233 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 END