chao.an 6aee468d72 eventfd: remove the unique minor limit
The unique minor limit of 255 will overflow easily in
some scenarios where eventfd needs to be create/destroy
frequently:

  while (1)
    {
      fd = eventfd(0, 0);  // minor++
      sleep(1);
      close(fd);
    }

remove the unique minor limit.

Change-Id: I0ea1c825ce9b542c883166cb3e72574455ffdd0d
Signed-off-by: chao.an <anchao@xiaomi.com>
2020-11-11 18:26:59 -08:00
..
2020-05-03 12:15:54 -06:00
2020-06-24 13:48:41 +01:00
2020-06-30 13:09:58 -06:00
2020-01-02 10:54:43 -06:00
2020-05-03 12:15:54 -06:00
2020-05-17 14:01:00 -03:00
2020-01-02 10:54:43 -06:00
2020-01-02 10:54:43 -06:00
2020-09-24 03:13:27 -07:00
2020-09-24 03:13:27 -07:00
2020-06-15 08:07:19 -06:00