diff options
Diffstat (limited to 'xlators')
| -rw-r--r-- | xlators/storage/posix/src/posix-handle.c | 7 | 
1 files changed, 0 insertions, 7 deletions
diff --git a/xlators/storage/posix/src/posix-handle.c b/xlators/storage/posix/src/posix-handle.c index 33bf3db5..219a582c 100644 --- a/xlators/storage/posix/src/posix-handle.c +++ b/xlators/storage/posix/src/posix-handle.c @@ -573,13 +573,6 @@ posix_handle_hard (xlator_t *this, const char *oldpath, uuid_t gfid, struct stat                  }          } -        ret = lstat (newpath, &newbuf); -        if (ret) { -                gf_log (this->name, GF_LOG_WARNING, -                        "lstat on %s failed (%s)", newpath, strerror (errno)); -                return -1; -        } -          if (newbuf.st_ino != oldbuf->st_ino ||              newbuf.st_dev != oldbuf->st_dev) {                  gf_log (this->name, GF_LOG_WARNING,  | 
