Removed more traces of ISODEVMAP.

This commit is contained in:
Bruce Evans 1997-04-15 08:05:08 +00:00
parent 6ecb7b2027
commit 6a57385056
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24948
2 changed files with 2 additions and 40 deletions

View file

@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)cd9660_vnops.c 8.19 (Berkeley) 5/27/95
* $Id: cd9660_vnops.c,v 1.33 1997/04/10 15:05:26 bde Exp $
* $Id: cd9660_vnops.c,v 1.34 1997/04/14 18:15:47 phk Exp $
*/
#include <sys/param.h>
@ -80,25 +80,6 @@ static int cd9660_strategy __P((struct vop_strategy_args *));
static int cd9660_print __P((struct vop_print_args *));
static int cd9660_islocked __P((struct vop_islocked_args *));
#if 0
/*
* Mknod vnode call
* Actually remap the device number
*/
static int
cd9660_mknod(ndp, vap, cred, p)
struct nameidata *ndp;
struct ucred *cred;
struct vattr *vap;
struct proc *p;
{
free(ndp->ni_pnbuf, M_NAMEI);
vput(ndp->ni_dvp);
vput(ndp->ni_vp);
return (EINVAL);
}
#endif
/*
* Setattr call. Only allowed for block and character special devices.
*/

View file

@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)cd9660_vnops.c 8.19 (Berkeley) 5/27/95
* $Id: cd9660_vnops.c,v 1.33 1997/04/10 15:05:26 bde Exp $
* $Id: cd9660_vnops.c,v 1.34 1997/04/14 18:15:47 phk Exp $
*/
#include <sys/param.h>
@ -80,25 +80,6 @@ static int cd9660_strategy __P((struct vop_strategy_args *));
static int cd9660_print __P((struct vop_print_args *));
static int cd9660_islocked __P((struct vop_islocked_args *));
#if 0
/*
* Mknod vnode call
* Actually remap the device number
*/
static int
cd9660_mknod(ndp, vap, cred, p)
struct nameidata *ndp;
struct ucred *cred;
struct vattr *vap;
struct proc *p;
{
free(ndp->ni_pnbuf, M_NAMEI);
vput(ndp->ni_dvp);
vput(ndp->ni_vp);
return (EINVAL);
}
#endif
/*
* Setattr call. Only allowed for block and character special devices.
*/