From 7317a250caa96b00072a8a7cb2b2c18016e8a8d2 Mon Sep 17 00:00:00 2001 From: Pavan Sondur Date: Mon, 11 Jan 2010 01:20:21 +0000 Subject: features/locks: Fix broken interface grant_blocked_inode_locks Signed-off-by: Pavan Vilas Sondur Signed-off-by: Anand V. Avati BUG: 496 (deadlock in pl_inode_setlk) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=496 --- xlators/features/locks/src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/features/locks/src/common.h') diff --git a/xlators/features/locks/src/common.h b/xlators/features/locks/src/common.h index 46da9e78..00532ea6 100644 --- a/xlators/features/locks/src/common.h +++ b/xlators/features/locks/src/common.h @@ -54,7 +54,7 @@ pl_dom_list_t * get_domain (pl_inode_t *pl_inode, const char *volume); void -grant_blocked_inode_locks (xlator_t *this, pl_inode_t *pl_inode, pl_inode_lock_t *lock, pl_dom_list_t *dom); +grant_blocked_inode_locks (xlator_t *this, pl_inode_t *pl_inode, pl_dom_list_t *dom); void __delete_inode_lock (pl_inode_lock_t *lock); -- cgit