From cd7a02533dbbc192cc117037cf39848d55210c83 Mon Sep 17 00:00:00 2001 From: Pavan Sondur Date: Tue, 3 Nov 2009 09:23:03 +0000 Subject: Remove unnecessary log message. It also accesses a freed lock after an 'unlock'. Signed-off-by: Pavan Vilas Sondur Signed-off-by: Anand V. Avati BUG: 222 (Enhance Internal locks to support multilple domains and rewrite inodelks) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=222 --- xlators/features/locks/src/inodelk.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'xlators/features') diff --git a/xlators/features/locks/src/inodelk.c b/xlators/features/locks/src/inodelk.c index 6c89ed7d1cb..53a708fdbd2 100644 --- a/xlators/features/locks/src/inodelk.c +++ b/xlators/features/locks/src/inodelk.c @@ -447,12 +447,6 @@ pl_inode_setlk (xlator_t *this, pl_inode_t *pl_inode, pl_inode_lock_t *lock, goto out; } - gf_log (this->name, GF_LOG_TRACE, - "%s (pid=%d) %"PRId64" - %"PRId64" => OK", - lock->fl_type == F_UNLCK ? "Unlock" : "Lock", - lock->client_pid, - lock->user_flock.l_start, - lock->user_flock.l_len); ret = 0; grant_blocked_inode_locks (this, pl_inode, retlock, dom); -- cgit