On Sun, Jun 26, 2016 at 9:24 AM, Sebastien Marie <[email protected]> wrote: > When calling revoke(2) on a no-tty device, we return ENOTTY without > relaxing the vnode obtained with namei(). > > Use the error code path instead to call vrele(vp) before returning > ENOTTY. > > OK ?
ok guenther@
