]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
libcgroup-internal.h: remove FIXME comment
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Tue, 8 Feb 2022 16:44:36 +0000 (09:44 -0700)
committerTom Hromatka <tom.hromatka@oracle.com>
Tue, 8 Feb 2022 16:44:41 +0000 (09:44 -0700)
commit6980b4415237c6ff08b82e77e06c93f3ffc5ef3d
treef184b487313855827f2fbaca656b6631b2a07d91
parent79d96738b9ba73a8d2507b0b2aa251857441414f
libcgroup-internal.h: remove FIXME comment

As per Linux Kernel uidgid.h file, that represents internal Kernel types
for uids/gids. Initialized invalid uids/gids to -1:

  #define INVALID_UID KUIDT_INIT(-1)
  #define INVALID_GID KGIDT_INIT(-1)

initializing them to -1 is a valid, remove the FIXME comment that says
otherwise.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
src/libcgroup-internal.h