From owner-cvs-all@FreeBSD.ORG Sat Feb 9 09:33:19 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D77A916A41B; Sat, 9 Feb 2008 09:33:19 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B643713C4E5; Sat, 9 Feb 2008 09:33:19 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m199XJtO095339; Sat, 9 Feb 2008 09:33:19 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m199XJfA095338; Sat, 9 Feb 2008 09:33:19 GMT (envelope-from rwatson) Message-Id: <200802090933.m199XJfA095338@repoman.freebsd.org> From: Robert Watson Date: Sat, 9 Feb 2008 09:33:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/coda coda_vnops.c coda_vnops.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2008 09:33:19 -0000 rwatson 2008-02-09 09:33:19 UTC FreeBSD src repository Modified files: sys/fs/coda coda_vnops.c coda_vnops.h Log: Since Coda is effectively a stacked file system, use VOP_EOPNOTSUPP for vop_bmap; delete the existing stub that returned either EINVAL or EOPNOTSUPP, and had unreachable calls to VOP_BMAP on the cache vnode. MFC after: 1 month Revision Changes Path 1.90 +1 -37 src/sys/fs/coda/coda_vnops.c 1.21 +0 -1 src/sys/fs/coda/coda_vnops.h