Add Hooks for Linux Xattr Operations
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 26 Jan 2011 20:10:01 +0000 (12:10 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 10 Feb 2011 17:27:21 +0000 (09:27 -0800)
commitcc5f931cfd623c50f283fa5cf1bc21cfd7e5c703
tree79f15cdd0a13836bfcce90f969770275fdd878ab
parent51f0bbe425f7313a19ee54ccd3d67ed8ba686567
Add Hooks for Linux Xattr Operations

The Linux specific xattr operations have all been located in the
file zpl_xattr.c.  These functions primarily rely on the reworked
zfs_* functions to do their job.  They are also responsible for
converting the possible Solaris style error codes to negative
Linux errors.
module/zfs/zpl_xattr.c [new file with mode: 0644]