diff options
| -rw-r--r-- | xlators/storage/posix/src/posix-inode-fd-ops.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/storage/posix/src/posix-inode-fd-ops.c b/xlators/storage/posix/src/posix-inode-fd-ops.c index 4311478766c..8c9637876ac 100644 --- a/xlators/storage/posix/src/posix-inode-fd-ops.c +++ b/xlators/storage/posix/src/posix-inode-fd-ops.c @@ -5070,6 +5070,8 @@ posix_ftruncate(call_frame_t *frame, xlator_t *this, fd_t *fd, off_t offset,          goto out;      } +    posix_set_ctime(frame, this, NULL, pfd->fd, fd->inode, &postop); +      op_ret = 0;  out:  | 
