From: Tejun Heo Date: Thu, 28 Nov 2013 19:54:33 +0000 (-0500) Subject: sysfs, kernfs: move dir core code to fs/kernfs/dir.c X-Git-Tag: v3.14-rc1~151^2~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd7b9f7b9776b11df629e9dd3865320bf57ce588;p=pandora-kernel.git sysfs, kernfs: move dir core code to fs/kernfs/dir.c Move core dir code to fs/kernfs/dir.c. fs/sysfs/dir.c now only contains sysfs_warn_dup() and sysfs wrappers around kernfs interfaces. The respective declarations in fs/sysfs/sysfs.h are moved to fs/kernfs/kernfs-internal.h. This is pure relocation. v2: sysfs_symlink_target_lock was mistakenly relocated to kernfs. It should remain with sysfs. Fixed. Signed-off-by: Tejun Heo Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed