commit | 51a35e9fd0f229d2f84455ee7e85a5d30fa35594 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Thu Nov 28 14:54:37 2013 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Nov 29 18:09:27 2013 -0800 |
tree | a109ef77fa70af2a012e7a22ea785d0446ee7a56 | |
parent | ccc532dc12af9dd95dc1cd13e9a6d5f8f08c0842 [diff] |
sysfs, kernfs: make sysfs_super_info->ns const Add const qualifier to sysfs_super_info->ns so that it's consistent with other namespace tag usages in sysfs. Because kobject doesn't use const qualifier for namespace tags, this ends up requiring an explicit cast to drop const qualifier in free_sysfs_super_info(). Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>