From: Tejun Heo Date: Thu, 28 Nov 2013 19:54:37 +0000 (-0500) Subject: sysfs, kernfs: make sysfs_super_info->ns const X-Git-Tag: v3.14-rc1~151^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51a35e9fd0f229d2f84455ee7e85a5d30fa35594;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed