]> git.karo-electronics.de Git - linux-beck.git/commit
kernfs: add dummy implementation of kernfs_path_from_node()
authorTejun Heo <tj@kernel.org>
Wed, 10 Aug 2016 15:23:43 +0000 (11:23 -0400)
committerTejun Heo <tj@kernel.org>
Wed, 10 Aug 2016 15:23:43 +0000 (11:23 -0400)
commit0e0b2afdf644aa523f5eb10ce1f9e3c6cd8362ec
treef699cc831aa4cde681a3918fc5f2b4c72b0e629d
parent29b4817d4018df78086157ea3a55c1d9424a7cfc
kernfs: add dummy implementation of kernfs_path_from_node()

The dummy version of kernfs_path_from_node() was missing.  This
currently doesn't break anything.  Let's add it for consistency and to
ease adding wrappers around it.

v2: Removed stray ';' which was causing build failures.

Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/kernfs.h