diff options
Diffstat (limited to 'xlators/features')
-rw-r--r-- | xlators/features/marker/src/marker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/marker/src/marker.c b/xlators/features/marker/src/marker.c index b51b9ccc9f5..cb8f8356259 100644 --- a/xlators/features/marker/src/marker.c +++ b/xlators/features/marker/src/marker.c @@ -1366,7 +1366,7 @@ marker_rename_unwind (call_frame_t *frame, void *cookie, xlator_t *this, * remove-xattr has failed as the rename is already performed * if local->stub is set, which means rename was sucessful */ - mq_inode_ctx_get (oplocal->loc.inode, this, &ctx); + (void) mq_inode_ctx_get (oplocal->loc.inode, this, &ctx); if (ctx) { contri = mq_get_contribution_node (oplocal->loc.parent, ctx); |