![jdolecek](/assets/img/avatar_default.png)
int lf_advlock __P((struct lockf **, off_t, caddr_t, int, struct flock *, int)); to int lf_advlock __P((struct vop_advlock_args *, struct lockf **, off_t)); This matches common usage and is also compatible with similar change in FreeBSD (though they use u_quad_t as last arg).