Messages in this thread |  | | | Date | Thu, 21 May 2009 15:42:58 +0900 | | From | Tejun Heo <> | | Subject | Re: [PATCH 07/20] sysfs: Simplify sysfs_chmod_file semantics |
| |
Eric W. Biederman wrote: > From: Eric W. Biederman <ebiederm@xmission.com> > > Currently every caller of sysfs_chmod_file happens at either > file creation time to set a non-default mode or in response > to a specific user requested space change in policy. Making > timestamps of when the chmod happens and notification of > a file changing mode uninteresting. > > Remove the unnecessary time stamp and filesystem change > notification, and removes the last of the explicit inotify > and donitfy support from sysfs. > > Signed-off-by: Eric W. Biederman <ebiederm@aristanetworks.com>
If Greg is okay with this,
Acked-by: Tejun Heo <tj@kernel.org>
-- tejun
|  |