Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
GNOME
GLib
Merge requests
!2783
_g_get_unix_mount_points(): reduce syscalls inside loop
Code
Review changes
Check out branch
Download
Patches
Plain diff
rim
requested to merge
rozhuk-im/glib:getfsent_lock2
into
main
Jun 25, 2022
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Reduce syscals count:
by caching
getuid()
result
do not call
stat()
then run as root
Edited
Jun 25, 2022
by
rim
Merge request reports