You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(linux/rm): avoid redundant DirFd opening in safe_remove_dir_recursive
Move DirFd opening out of safe_remove_dir_recursive_impl to safe_remove_dir_recursive
to open the directory file descriptor once per level instead of twice, improving efficiency
and reducing potential for errors in recursive directory removal on Linux.
0 commit comments