diff options
Diffstat (limited to 'xlators/storage/posix/src/posix-entry-ops.c')
| -rw-r--r-- | xlators/storage/posix/src/posix-entry-ops.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/xlators/storage/posix/src/posix-entry-ops.c b/xlators/storage/posix/src/posix-entry-ops.c index 4241b574bc4..9089603c0fa 100644 --- a/xlators/storage/posix/src/posix-entry-ops.c +++ b/xlators/storage/posix/src/posix-entry-ops.c @@ -1238,7 +1238,7 @@ posix_unlink (call_frame_t *frame, xlator_t *this,                                  "fstat failed on fd=%d", fd);                          goto out;                  } -                op_ret = posix_set_iatt_in_dict (unwind_dict, &postbuf); +                op_ret = posix_set_iatt_in_dict (unwind_dict, NULL, &postbuf);          }          op_ret = posix_pstat (this, loc->parent, loc->pargfid, par_path, | 
