diff options
author | Pavan Sondur <pavan@gluster.com> | 2009-11-03 09:23:03 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-11-03 07:10:08 -0800 |
commit | cd7a02533dbbc192cc117037cf39848d55210c83 (patch) | |
tree | fa16fbe2762cbd4643a7cf477cedf49b6a4ccb04 /xlators/features | |
parent | 2bda225433762f78c09c2a751b321eb9d94c37c6 (diff) |
Remove unnecessary log message. It also accesses a freed lock after an 'unlock'.
Signed-off-by: Pavan Vilas Sondur <pavan@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
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
Diffstat (limited to 'xlators/features')
-rw-r--r-- | xlators/features/locks/src/inodelk.c | 6 |
1 files changed, 0 insertions, 6 deletions
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); |