Skip to content

_g_get_unix_mount_points(): reduce syscalls inside loop

rim requested to merge rozhuk-im/glib:getfsent_lock2 into main

Reduce syscals count:

  • by caching getuid() result
  • do not call stat() then run as root
Edited by rim

Merge request reports