Ok, first blunder: ioctls are not entirely unused on vnodes anymore :-)
Add dropped call to VOP_IOCTL().
This commit is contained in:
parent
6f4de09216
commit
959fcf0357
@ -776,6 +776,9 @@ vn_ioctl(fp, com, data, active_cred, td)
|
||||
}
|
||||
if (com == FIONBIO || com == FIOASYNC) /* XXX */
|
||||
error = 0;
|
||||
else
|
||||
error = VOP_IOCTL(vp, com, data, fp->f_flag,
|
||||
active_cred, td);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user