summaryrefslogtreecommitdiffstats
path: root/security/capability.c
diff options
context:
space:
mode:
authorTejun Heo2013-11-23 23:40:01 +0100
committerGreg Kroah-Hartman2013-12-04 16:34:45 +0100
commit9a8049affd55a2c857a89faece27b878416fbf91 (patch)
tree721a52df9028ce8008736ad85738c73c6f0e4e82 /security/capability.c
parentkobject: fix kset sample error path (diff)
downloadkernel-qcow2-linux-9a8049affd55a2c857a89faece27b878416fbf91.tar.gz
kernel-qcow2-linux-9a8049affd55a2c857a89faece27b878416fbf91.tar.xz
kernel-qcow2-linux-9a8049affd55a2c857a89faece27b878416fbf91.zip
kernfs: update sysfs_init_inode_attrs()
sysfs_init_inode_attrs() is a bit clumsy to use requiring the caller to check whether @sd->s_iattr is already set or not. Rename it to sysfs_inode_attrs(), update it to check whether @sd->s_iattr is already initialized before trying to initialize it and return @sd->s_iattr. This simplifies the callers. While at it, * Rename struct sysfs_inode_attrs pointer variables to "attrs". As kernfs no longer deals with "struct attribute", this isn't confusing and makes it easier to distinguish from struct iattr pointers. * A new field will be added to sysfs_inode_attrs. Reindent in preparation. This patch doesn't introduce any behavior changes. Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'security/capability.c')
0 files changed, 0 insertions, 0 deletions