]> git.baikalelectronics.ru Git - kernel.git/commit
kernfs: add struct dentry declaration in kernfs.h
authorTejun Heo <tj@kernel.org>
Fri, 17 Jan 2014 14:57:49 +0000 (09:57 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Jan 2014 19:50:07 +0000 (11:50 -0800)
commit67c372b76c150cd0f8f7b88d13f95f255de78f14
tree0a82ffc93096cfc0d07d88cf9f5eb68b6c0c61d6
parentb80a05772fe217131712c84c7decf5ff57c3fbbf
kernfs: add struct dentry declaration in kernfs.h

Hello, Greg.

Two misc fixes for kernfs.

Thanks.
------- 8< -------
struct dentry is used in kernfs.h but its declaration was missing,
leading to compilation errors unless its declaration gets pulled in in
some other way.  Add the declaration.

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