linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] let kernfs_name_locked & kernfs_name return size_t
@ 2016-02-10 16:18 Christian Brauner
  2016-02-10 16:18 ` Christian Brauner
  0 siblings, 1 reply; 6+ messages in thread
From: Christian Brauner @ 2016-02-10 16:18 UTC (permalink / raw)
  To: tj, gregkh, linux-kernel; +Cc: Christian Brauner

Simple patch that changes the return value of kernfs_name_locked and kernfs_name
to size_t which alignes these functions with kernfs_path_len which also returns
size_t.

Patch was made against for-4.5 branch.
(As per Tejun's request, ccing gregkh@linuxfoundation.org and
 linux-kernel@vger.kernel.org.)

Christian Brauner (1):
  let kernfs_name_locked & kernfs_name return size_t

 fs/kernfs/dir.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.7.0

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-02-10 17:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-10 16:18 [PATCH] let kernfs_name_locked & kernfs_name return size_t Christian Brauner
2016-02-10 16:18 ` Christian Brauner
2016-02-10 16:26   ` Tejun Heo
2016-02-10 16:41   ` kbuild test robot
2016-02-10 16:53   ` Greg KH
2016-02-10 17:12     ` Christian Brauner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).