Use provided uid/gid for setattr
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 17 Feb 2011 22:17:44 +0000 (14:17 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 17 Feb 2011 22:23:48 +0000 (14:23 -0800)
commit037849f854c511d86e3564ed7000e6c6472d6f70
treeb331754d671c4af80ec696fbee59b7ab717f5af7
parentefd1832bc615a4e32259e31d1c7ff0af14f5c1b2
Use provided uid/gid for setattr

When changing the uid/gid of a file via zfs_setattr() use the
Posix id passed in iattr->ia_uid/gid.  While the zfs_fuid_create()
code already had the fuid support disabled for Linux it was
returning the uid/gid from the credential.  With this change
the 'chown' command which relies on setxattr is now working
properly.

Also remove a little stray white space which was in front of
zfs_update_inode() call and the end of zfs_setattr().
module/zfs/zfs_fuid.c
module/zfs/zfs_vnops.c