zfs/include/linux
Brian Behlendorf 321a498b95 Add xvattr support
With the removal of the minimal xvattr support from the spl this
support needs to be replaced in the zfs package.  This is fairly
easily accomplished by directly adding portions of the sys/vnode.h
header from OpenSolaris.  These xvattr additions have been placed
in the sys/xvattr.h header file and included as needed where simply
a sys/vnode.h was included before.

In additon to the xvattr types and helper macros two functions
were also included.  The xva_init() and xva_getxoptattr() functions
were included as static inline functions in xvattr.h.  They are
simple enough and it was simpler to place them here rather than
in their own .c file.
2011-03-02 11:43:50 -08:00
..
Makefile.am Add the new blkdev_compat.h header to the DIST target. 2011-02-24 09:40:06 -08:00
Makefile.in Add xvattr support 2011-03-02 11:43:50 -08:00
blkdev_compat.h Linux 2.6.38 compat, blkdev_get_by_path() 2011-02-23 12:29:38 -08:00
dcache_compat.h Add Linux Compat Infrastructure 2011-02-10 09:25:10 -08:00
vfs_compat.h Linux 2.6.35 compat, fops->fsync() 2011-02-11 09:05:51 -08:00
xattr_compat.h Linux 2.6.33 compat, get/set xattr callbacks 2011-02-11 10:41:00 -08:00