Re: [PATCH 6/9] Eliminate unused ESCAPE_NULL, ESCAPE_SPACE flags

2019-09-06 Thread Andy Shevchenko
On Thu, Sep 05, 2019 at 03:44:30PM -0400, J. Bruce Fields wrote: > From: "J. Bruce Fields" > > I can see how some finer-grained flags could be useful, but for now I'm > trying to simplify, so let's just remove these unused ones. > > Note the trickiest part is actually the tests, and I still

Re: [PATCH 6/9] Eliminate unused ESCAPE_NULL, ESCAPE_SPACE flags

2019-09-05 Thread Kees Cook
On Thu, Sep 05, 2019 at 03:44:30PM -0400, J. Bruce Fields wrote: > From: "J. Bruce Fields" > > I can see how some finer-grained flags could be useful, but for now I'm > trying to simplify, so let's just remove these unused ones. I might change the Subject to "merge ESCAPE_{NULL,SPACE,SPECIAL}"

[PATCH 6/9] Eliminate unused ESCAPE_NULL, ESCAPE_SPACE flags

2019-09-05 Thread J. Bruce Fields
From: "J. Bruce Fields" I can see how some finer-grained flags could be useful, but for now I'm trying to simplify, so let's just remove these unused ones. Note the trickiest part is actually the tests, and I still need to check them. Signed-off-by: J. Bruce Fields --- fs/proc/array.c