syscall_fs2: Add parentheses to fix gcc warning
authorTormod Volden <debian.tormod@gmail.com>
Fri, 15 Mar 2019 21:47:19 +0000 (22:47 +0100)
committerAlan Cox <alan@linux.intel.com>
Wed, 27 Mar 2019 11:45:35 +0000 (11:45 +0000)
commit0dd2051c35f8b03aaebda3205b6ce1acc3bf51ea
tree9db5c7ec577d26de44685955512eccbc282efb6a
parentc3668dc96c0050bcc39b06438fee45a8012c5b66
syscall_fs2: Add parentheses to fix gcc warning

[Alan's note: This is correct. The condition checks are really confusing and
 probably we should have an in_group type test that includes the egid.]

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
Kernel/syscall_fs2.c