fix typo in assignment of fs default overflow gid
authorWolffhardt Schwabe <wolffhardt.schwabe@fau.de>
Thu, 14 Dec 2017 18:13:57 +0000 (19:13 +0100)
committerEric W. Biederman <ebiederm@xmission.com>
Thu, 14 Dec 2017 22:01:45 +0000 (16:01 -0600)
commit8b2770a4e1c7a837e1889d4f00026e999da5faa0
treee3991a630475e2cb4bef6212998fecac5f4839ed
parent116ceac9741e5ab0337b0c855ba80966bfc899e2
fix typo in assignment of fs default overflow gid

The patch remains without practical effect since both macros carry
identical values.  Still, it might become a problem in the future if
(for whatever reason) the default overflow uid and gid differ.  The
DEFAULT_FS_OVERFLOWGID macro was previously unused.

Signed-off-by: Wolffhardt Schwabe <wolffhardt.schwabe@fau.de>
Signed-off-by: Anatoliy Cherepantsev <anatoliy.cherepantsev@fau.de>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
kernel/sys.c