K 10 svn:author V 6 semenu K 8 svn:date V 27 2002-09-25T23:55:06.000000Z K 7 svn:log V 289 Fix the problem introduced by vop_stdbmap() usage. The NTFS does not implement worthful VOP_BMAP() handler, so it expect the blkno not to be changed by VOP_BMAP(). Otherwise, it'll have to find some tricky way to determine if bp was VOP_BMAP()ed or not in VOP_STRATEGY(). PR: kern/42139 END