freebsd-dev/sys/cddl/contrib/opensolaris/uts/common
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
..
ctf This commit was generated by cvs2svn to compensate for changes in r179193, 2008-05-22 07:04:10 +00:00
dtrace Disable use of the user credentials until there is code to set the levels 2008-09-27 17:52:48 +00:00
fs Remove the struct thread unuseful argument from bufobj interface. 2008-10-10 21:23:50 +00:00
os In keeping with style(9)'s recommendations on macros, use a ';' 2008-03-16 10:58:09 +00:00
rpc * Check endianness the FreeBSD way. 2007-11-28 22:16:00 +00:00
sys Add MIPS support. 2008-08-23 04:58:11 +00:00
zmod
Makefile.files