Searched +hist:917 +hist:f56ca (Results 1 - 1 of 1) sorted by relevance

/linux-master/include/linux/
H A Dkernfs.hdiff 917f56ca Fri Jan 17 07:57:49 MST 2014 Tejun Heo <tj@kernel.org> 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>
diff 917f56ca Fri Jan 17 07:57:49 MST 2014 Tejun Heo <tj@kernel.org> 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>

Completed in 221 milliseconds