commit | a16bbc3430ed94b543222f4c8ef68025f8493e93 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@maxwell.aristanetworks.com> | Fri Nov 20 16:08:55 2009 -0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Dec 11 11:24:54 2009 -0800 |
tree | e866babd9a5ab024bcd68a9f935c4b373b1e8ac7 | |
parent | 06fc0d66f7ed3a3b08e8fcf8c325ecf0b8f93fea [diff] |
sysfs: Gut sysfs_addrm_start and sysfs_addrm_finish With lazy inode updates and dentry operations bringing everything into sync on demand there is no longer any need to immediately update the vfs or grab i_mutex to protect those updates as we make changes to sysfs. Acked-by: Serge Hallyn <serue@us.ibm.com> Acked-by: Tejun Heo <tj@kernel.org> Signed-off-by: Eric W. Biederman <ebiederm@aristanetworks.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>