freebsd-src/sys/cddl
Attilio Rao 0d7935fd01 Remove the struct thread unuseful argument from bufobj interface.
In particular following functions KPI results modified:
- bufobj_invalbuf()
- bufsync()

and BO_SYNC() "virtual method" of the buffer objects set.
Main consumers of bufobj functions are affected by this change too and,
in particular, functions which changed their KPI are:
- vinvalbuf()
- g_vfs_close()

Due to the KPI breakage, __FreeBSD_version will be bumped in a later
commit.

As a side note, please consider just temporary the 'curthread' argument
passing to VOP_SYNC() (in bufsync()) as it will be axed out ASAP

Reviewed by:	kib
Tested by:	Giovanni Trematerra <giovanni dot trematerra at gmail dot com>
2008-10-10 21:23:50 +00:00
..
compat/opensolaris Mips needs the same treatment for atomic_or_8 as the other RISCy 2008-09-18 19:57:06 +00:00
contrib/opensolaris Remove the struct thread unuseful argument from bufobj interface. 2008-10-10 21:23:50 +00:00
dev Remove unit2minor() use from kernel code. 2008-09-26 14:19:52 +00:00