HomeFreeBSD

Remove xvattr support

Description

Remove xvattr support

The xvattr support in the spl has always simply consisted of
defining a couple structures and a few #defines. This was enough
to enable compilation of code which just passed xvattr types
around but not enough to effectively manipulate them.

This change removes even this minimal support leaving it up
to packages which leverage the spl to prove the full xvattr
support. By removing it from the spl we ensure not conflict
with the higher level packages.

This just leaves minimal vnode support for basical manipulation
of files. This code is does have the proper support functions
in the spl and a set of regression tests.

Additionally, this change removed the unused 'caller_context_t *'
type and replaces it with a 'void *'.

Details

Provenance
Brian Behlendorf <behlendorf1@llnl.gov>Authored on Mar 1 2011, 10:02 PM
Parents
rGa4a1e1ecb42c: Add TIMESPEC_OVERFLOW helper
Branches
Unknown
Tags
Unknown

Event Timeline

Brian Behlendorf <behlendorf1@llnl.gov> committed rG47995fa691a7: Remove xvattr support (authored by Brian Behlendorf <behlendorf1@llnl.gov>).Mar 2 2011, 7:34 PM