diff options
author | Miklos Szeredi <mszeredi@suse.cz> | 2008-06-16 13:46:47 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-07-21 21:54:57 -0700 |
commit | 93265d13ea5c3ec5f61a8009407fbe046ce6b7c0 (patch) | |
tree | 1db94fa6cc1ee9b0eae1332a340ac98efa4d8f28 /fs/ecryptfs/miscdev.c | |
parent | 838ea8e8dbfc8d907c7a55bbad507a44c1b81d57 (diff) |
sysfs: don't call notify_change
sysfs_chmod_file() calls notify_change() to change the permission bits
on a sysfs file. Replace with explicit call to sysfs_setattr() and
fsnotify_change().
This is equivalent, except that security_inode_setattr() is not
called. This function is called by drivers, so the security checks do
not make any sense.
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'fs/ecryptfs/miscdev.c')
0 files changed, 0 insertions, 0 deletions