]> git.proxmox.com Git - mirror_zfs.git/commit
Always allow non-user xattrs
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 30 Jun 2011 16:38:52 +0000 (09:38 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 1 Jul 2011 20:39:48 +0000 (13:39 -0700)
commit285226eff39b807c154748a75cef57ddff08a352
treeb3f3c6340724727abe5f6957c74b4f0387bebad2
parentf2cfee80e3f94cd9d67c3f1abec97c9a5a5ecc17
Always allow non-user xattrs

Under Linux you may only disable USER xattrs.  The SECURITY,
SYSTEM, and TRUSTED xattr namespaces must always be available
if xattrs are supported by the filesystem.  The enforcement
of USER xattrs is performed in the zpl_xattr_user_* handlers.

Under Solaris there is only a single xattr namespace which
is managed globally.
module/zfs/zfs_vnops.c