diff options
| -rw-r--r-- | xlators/features/locks/src/posix.c | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/xlators/features/locks/src/posix.c b/xlators/features/locks/src/posix.c index 54cf89ca42d..550dba8760d 100644 --- a/xlators/features/locks/src/posix.c +++ b/xlators/features/locks/src/posix.c @@ -1124,7 +1124,9 @@ pl_lookup_cbk (call_frame_t *frame,                  GF_FREE (local);  out: -	STACK_UNWIND (frame, +	STACK_UNWIND_STRICT ( +                     lookup, +                     frame,  		      op_ret,  		      op_errno,  		      inode,  | 
