configfs: Add permission and ownership to configfs objects.
authorJoel Becker <joel.becker@oracle.com>
Wed, 25 Jan 2006 21:31:07 +0000 (13:31 -0800)
committerMark Fasheh <mark.fasheh@oracle.com>
Fri, 3 Feb 2006 22:01:05 +0000 (14:01 -0800)
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 <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>

No differences found