From: Joel Becker Date: Wed, 25 Jan 2006 21:31:07 +0000 (-0800) Subject: configfs: Add permission and ownership to configfs objects. X-Git-Tag: v2.6.16-rc3~209^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d0f89bb169482d26d5aa4e82e763077e7e9bc4d;p=pandora-kernel.git configfs: Add permission and ownership to configfs objects. configfs always made item and attribute ownership root.root and permissions based on a umask of 022. Add ->setattr() to allow chown(2)/chmod(2), and persist the changes for the lifetime of the items and attributes. Signed-off-by: Joel Becker Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed