Skip to content
  • Kevin J. McCarthy's avatar
    Remove extra lstats() in safe_rename() upon link success. · 6216a753
    Kevin J. McCarthy authored
    I originally kept the lstat()'s in order to make as few changes as
    possible to the function.  However, Derek Martin argues correctly that
    if we are trusting the link() 0-retval, the lstats are unnecessary and
    in fact can cause a performance impact over NFS.
    6216a753