summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_vfs.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the struct thread unuseful argument from bufobj interface.attilio2008-10-101-1/+1
| | | | | | | | | | | | | | | | | | | | | 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>
* Make various random things staticphk2005-02-101-1/+0
|
* Introduce and use g_vfs_close().phk2005-01-251-0/+1
|
* Add GEOM class "VFS" for filesystems and other buffer cache usersphk2004-10-291-0/+42
of GEOM devices. There is nothing magic about this, it just gives a bufobj interface to GEOM.
OpenPOWER on IntegriCloud