diff options
Diffstat (limited to 'xlators/features/quota/src')
| -rw-r--r-- | xlators/features/quota/src/quota.c | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/xlators/features/quota/src/quota.c b/xlators/features/quota/src/quota.c index a4266a32a85..6d1d195b8ec 100644 --- a/xlators/features/quota/src/quota.c +++ b/xlators/features/quota/src/quota.c @@ -988,7 +988,9 @@ quota_lookup_cbk (call_frame_t *frame,                      dict_t *dict,                      struct iatt *postparent)  { -	STACK_UNWIND (frame, +	STACK_UNWIND_STRICT ( +                     lookup,  +                     frame,  		      op_ret,  		      op_errno,  		      inode,  | 
