From dca4b2a23cb55e1e15fb393e7cbfd39b59280c9c Mon Sep 17 00:00:00 2001 From: Pavan Sondur Date: Wed, 30 Sep 2009 05:48:22 +0000 Subject: Changes to use this->name while using logging instead of explicitly mentioning posix-locks. Signed-off-by: Anand V. Avati BUG: 290 (Clean up a calls to gf_log in locks' code) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=290 --- xlators/features/locks/src/posix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/features/locks/src/posix.c') diff --git a/xlators/features/locks/src/posix.c b/xlators/features/locks/src/posix.c index e7e4ba300..605902641 100644 --- a/xlators/features/locks/src/posix.c +++ b/xlators/features/locks/src/posix.c @@ -742,7 +742,7 @@ pl_forget (xlator_t *this, list_for_each_entry_safe (ino_l, ino_tmp, &dom->inodelk_list, list) { __delete_inode_lock (ino_l); - grant_blocked_inode_locks (pl_inode, ino_l, dom); + grant_blocked_inode_locks (this, pl_inode, ino_l, dom); } } -- cgit