diff options
Diffstat (limited to 'xlators/features/locks/src/entrylk.c')
| -rw-r--r-- | xlators/features/locks/src/entrylk.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/features/locks/src/entrylk.c b/xlators/features/locks/src/entrylk.c index 31553c12be2..783c57e6381 100644 --- a/xlators/features/locks/src/entrylk.c +++ b/xlators/features/locks/src/entrylk.c @@ -432,10 +432,10 @@ __unlock_entrylk (pl_dom_list_t *dom, pl_entry_lock_t *lock)          return ret_lock;  } -uint32_t +int32_t  check_entrylk_on_basename (xlator_t *this, inode_t *parent, char *basename)  { -        uint32_t        entrylk = 0; +        int32_t         entrylk = 0;          pl_inode_t      *pinode = 0;          pl_dom_list_t   *dom = NULL;          pl_entry_lock_t *conf       = NULL;  | 
