Re: [PATCH] kernfs: update comment about kernfs_path() return value

2018-08-13 Thread Tejun Heo
On Mon, Aug 13, 2018 at 09:52:09AM +0300, Konstantin Khlebnikov wrote: > Now it returns the length of the full path or error code. > > Signed-off-by: Konstantin Khlebnikov > Fixes: 3abb1d90f5d9 ("kernfs: make kernfs_path*() behave in the style of > strlcpy()") Acked-by: Tejun Heo Thanks. --

[PATCH] kernfs: update comment about kernfs_path() return value

2018-08-12 Thread Konstantin Khlebnikov
Now it returns the length of the full path or error code. Signed-off-by: Konstantin Khlebnikov Fixes: 3abb1d90f5d9 ("kernfs: make kernfs_path*() behave in the style of strlcpy()") --- include/linux/kernfs.h |9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/include/