diff options
-rw-r--r-- | xlators/storage/posix/src/posix-metadata.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xlators/storage/posix/src/posix-metadata.c b/xlators/storage/posix/src/posix-metadata.c index 03e14f9873f..7488e59ae70 100644 --- a/xlators/storage/posix/src/posix-metadata.c +++ b/xlators/storage/posix/src/posix-metadata.c @@ -665,10 +665,6 @@ posix_set_parent_ctime (call_frame_t *frame, xlator_t *this, "posix set mdata failed on file: %s gfid:%s", real_path, uuid_utoa (inode->gfid)); } - } else { - gf_msg (this->name, GF_LOG_WARNING, errno, - P_MSG_SETMDATA_FAILED, - "posix parent set mdata failed on file"); } return; } |