Re: [PATCH] include: move PATH_MAX from fs.h to linux/limits.h

2023-06-08 Thread Sascha Hauer
On Thu, Jun 08, 2023 at 09:24:00AM +0200, Ahmad Fatoum wrote: > Linux defines PATH_MAX in and code that just wants > PATH_MAX to format a path may not be interested in all the other stuff > defined in fs.h. Thus move PATH_MAX to instead. > > Signed-off-by: Ahmad Fatoum > --- > include/fs.h

[PATCH] include: move PATH_MAX from fs.h to linux/limits.h

2023-06-08 Thread Ahmad Fatoum
Linux defines PATH_MAX in and code that just wants PATH_MAX to format a path may not be interested in all the other stuff defined in fs.h. Thus move PATH_MAX to instead. Signed-off-by: Ahmad Fatoum --- include/fs.h | 3 +-- include/linux/limits.h | 2 ++ 2 files changed, 3 insertions