From owner-cvs-all Wed Sep 25 16:55: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17E0537B401; Wed, 25 Sep 2002 16:55:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD07343E6A; Wed, 25 Sep 2002 16:55:06 -0700 (PDT) (envelope-from semenu@FreeBSD.org) Received: from freefall.freebsd.org (semenu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PNt6Co073160; Wed, 25 Sep 2002 16:55:06 -0700 (PDT) (envelope-from semenu@freefall.freebsd.org) Received: (from semenu@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PNt6OM073159; Wed, 25 Sep 2002 16:55:06 -0700 (PDT) Message-Id: <200209252355.g8PNt6OM073159@freefall.freebsd.org> From: Semen Ustimenko Date: Wed, 25 Sep 2002 16:55:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/ntfs ntfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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