From owner-p4-projects Wed Oct 16 12:11:37 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 6F35A37B404; Wed, 16 Oct 2002 12:11:35 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0931737B401 for ; Wed, 16 Oct 2002 12:11:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC13543EAA for ; Wed, 16 Oct 2002 12:11:34 -0700 (PDT) (envelope-from green@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GJBUmV078214 for ; Wed, 16 Oct 2002 12:11:30 -0700 (PDT) (envelope-from green@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GJBUKP078211 for perforce@freebsd.org; Wed, 16 Oct 2002 12:11:30 -0700 (PDT) Date: Wed, 16 Oct 2002 12:11:30 -0700 (PDT) Message-Id: <200210161911.g9GJBUKP078211@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to green@freebsd.org using -f From: Brian Feldman Subject: PERFORCE change 19423 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://perforce.freebsd.org/chv.cgi?CH=19423 Change 19423 by green@green_laptop_2 on 2002/10/16 12:10:37 Remove the band-aid that prevented extattr ops because ufs couldn't handle them correctly on certain types of objects. Affected files ... .. //depot/projects/trustedbsd/mac/sys/ufs/ffs/ffs_vnops.c#14 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/ufs/ffs/ffs_vnops.c#14 (text+ko) ==== @@ -1408,19 +1408,6 @@ struct ufs2_dinode *dp; int error; - /* - * Since these inode types don't contain storage, their vnode - * operations don't include the strategy() necessary for EA on - * UFS2 right now. - */ - switch (vp->v_type) { - case VCHR: - case VBLK: - case VFIFO: - return (EFTYPE); - default: - break; - } ip = VTOI(vp); fs = ip->i_fs; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message