Re: Use vgonel() in vop_generic_revoke

2022-04-27 Thread Sebastien Marie
On Wed, Apr 27, 2022 at 12:27:13PM +0200, Claudio Jeker wrote: > This is just a mini cleanup. Switch from vgone() to vgonel() like it is > done a bit later already. vgone() is just a wrapper around vgonel() using > curproc (which is cached in vop_generic_revoke()). > > -- > :wq Claudio ok

Use vgonel() in vop_generic_revoke

2022-04-27 Thread Claudio Jeker
This is just a mini cleanup. Switch from vgone() to vgonel() like it is done a bit later already. vgone() is just a wrapper around vgonel() using curproc (which is cached in vop_generic_revoke()). -- :wq Claudio Index: vfs_default.c