Date: Wed, 16 Oct 2002 12:11:30 -0700 (PDT) From: Brian Feldman <green@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 19423 for review Message-ID: <200210161911.g9GJBUKP078211@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210161911.g9GJBUKP078211>