Date: Wed, 25 Sep 2002 16:55:06 -0700 (PDT) From: Semen Ustimenko <semenu@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/ntfs ntfs_vnops.c Message-ID: <200209252355.g8PNt6OM073159@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
semenu 2002/09/25 16:55:06 PDT Modified files: sys/fs/ntfs ntfs_vnops.c Log: 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 Revision Changes Path 1.34 +28 -1 src/sys/fs/ntfs/ntfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209252355.g8PNt6OM073159>