Linux 2.6.29 compat, credentials
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 22 Mar 2011 18:13:41 +0000 (11:13 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 22 Mar 2011 19:15:54 +0000 (12:15 -0700)
commit81e97e21872a9c38ad66c37fafe1436ee25abee3
treeec6c61e27476f7321ac19ba4bd1c0cd5b155dd43
parentbdf4328b04544ac3759d689d0a68e514b6df1025
Linux 2.6.29 compat, credentials

As of Linux 2.6.29 a clean credential API was added to the Linux kernel.
Previously the credential was embedded in the task_struct.  Because the
SPL already has considerable support for handling this API change the
ZPL code has been updated to use the Solaris credential API.
module/zfs/zpl_file.c
module/zfs/zpl_inode.c
module/zfs/zpl_xattr.c