Re: [RFC PATCH 1/5] fs: rework getname_kernel to handle up to PATH_MAX sized filenames

2015-01-14 Thread Richard Guy Briggs
On 15/01/08, Paul Moore wrote: > In preparation for expanded use in the kernel, make getname_kernel() > more useful by allowing it to handle any legal filename length. > > Signed-off-by: Paul Moore Reviewed-by: Richard Guy Briggs > --- > fs/namei.c | 34 -- >

Re: [RFC PATCH 1/5] fs: rework getname_kernel to handle up to PATH_MAX sized filenames

2015-01-14 Thread Richard Guy Briggs
On 15/01/08, Paul Moore wrote: In preparation for expanded use in the kernel, make getname_kernel() more useful by allowing it to handle any legal filename length. Signed-off-by: Paul Moore pmo...@redhat.com Reviewed-by: Richard Guy Briggs r...@redhat.com --- fs/namei.c | 34

[RFC PATCH 1/5] fs: rework getname_kernel to handle up to PATH_MAX sized filenames

2015-01-08 Thread Paul Moore
In preparation for expanded use in the kernel, make getname_kernel() more useful by allowing it to handle any legal filename length. Signed-off-by: Paul Moore --- fs/namei.c | 34 -- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/fs/namei.c

[RFC PATCH 1/5] fs: rework getname_kernel to handle up to PATH_MAX sized filenames

2015-01-08 Thread Paul Moore
In preparation for expanded use in the kernel, make getname_kernel() more useful by allowing it to handle any legal filename length. Signed-off-by: Paul Moore pmo...@redhat.com --- fs/namei.c | 34 -- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git