Commit f7fd161c authored by Ahmad Tarraf's avatar Ahmad Tarraf
Browse files

fix: rename overwrites existing destination (EPERM → remove + rename)

  gkfs_rename returned EPERM when the destination already existed,
  violating POSIX semantics that require rename(old, new) to atomically
  replace new. Fix: remove the destination first, then proceed with the
  rename.
parent 2e9fde42
Loading
Loading
Loading
Loading