Re: [PATCH 01/45] Use UINT_MAX, not -1, to represent an invalid UID, GID or project ID

2018-04-01 Thread Randy Dunlap
On 04/01/2018 01:40 PM, David Howells wrote: > Use UINT_MAX, not -1, to represent an invalid UID, GID or project ID as the > parameter is an unsigned integer. > > Signed-off-by: David Howells > --- > > include/linux/projid.h |2 +- > include/linux/uidgid.h |4 ++-- > 2 files changed, 3

[PATCH 01/45] Use UINT_MAX, not -1, to represent an invalid UID, GID or project ID

2018-04-01 Thread David Howells
Use UINT_MAX, not -1, to represent an invalid UID, GID or project ID as the parameter is an unsigned integer. Signed-off-by: David Howells --- include/linux/projid.h |2 +- include/linux/uidgid.h |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/linux/proji