diff options
Diffstat (limited to 'xlators/features/locks/src/posix.c')
| -rw-r--r-- | xlators/features/locks/src/posix.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/features/locks/src/posix.c b/xlators/features/locks/src/posix.c index f963d5c93..b1eb7e435 100644 --- a/xlators/features/locks/src/posix.c +++ b/xlators/features/locks/src/posix.c @@ -687,6 +687,7 @@ pl_lk (call_frame_t *frame, xlator_t *this,  	}  unwind: +        pl_update_refkeeper (this, fd->inode);  	STACK_UNWIND (frame, op_ret, op_errno, flock);  out:  	return 0;  | 
