commit | d1c1459e45944e336a968acce1e459c9effcde47 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Thu Oct 24 11:49:11 2013 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Oct 29 15:12:07 2013 -0700 |
tree | 0378046afd671158c2fde7184ee9f851944c395c | |
parent | 7eed6ecb0785681892ab1fe47188fc981241cfd0 [diff] |
sysfs: separate out dup filename warning into a separate function Separate out sysfs_warn_dup() out of sysfs_add_one(). This will help separating out the core sysfs functionalities into kernfs so that it can be used by non-sysfs users too. This doesn't make any functional changes. Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>