diff options
Diffstat (limited to 'xlators/features/locks/src/common.c')
| -rw-r--r-- | xlators/features/locks/src/common.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/features/locks/src/common.c b/xlators/features/locks/src/common.c index a92145d23e1..d926a9c6f3c 100644 --- a/xlators/features/locks/src/common.c +++ b/xlators/features/locks/src/common.c @@ -800,6 +800,7 @@ __insert_and_merge (pl_inode_t *pl_inode, posix_lock_t *lock)                                  __destroy_lock (conf);                                  __destroy_lock (lock); +                                INIT_LIST_HEAD (&sum->list);                                  __insert_and_merge (pl_inode, sum);                                  return;  | 
