From: Eric W. Biederman Date: Sun, 8 Nov 2009 07:27:02 +0000 (-0800) Subject: sysfs: Simplify sysfs_chmod_file semantics X-Git-Tag: v2.6.33-rc1~314^2~12 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c6974f51a981d14f13e36049d6307d3bcda550e;p=pandora-kernel.git sysfs: Simplify sysfs_chmod_file semantics 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. Acked-by: Tejun Heo Acked-by: Serge Hallyn Signed-off-by: Eric W. Biederman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed