Subject: lf_advlock() API change
To: None <tech-kern@netbsd.org>
From: Jaromír Doleček <dolecek@ibis.cz>
List: tech-kern
Date: 07/21/2000 13:47:20
Hi,
I'd like to change kernel lk_advlock() from current

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 **, u_quad_t));

This matches common usage and also gives added bonus of beeing
FreeBSD-compatible.

Thoughs ? I'd like to pullup this change to 1.5 branch as well.

Jaromir
-- 
Jaromir Dolecek <jdolecek@NetBSD.org>      http://www.ics.muni.cz/~dolecek/
@@@@  Wanna a real operating system ? Go and get NetBSD, damn!  @@@@