diff options
author | Pavan Sondur <pavan@gluster.com> | 2009-09-30 05:48:22 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-10-01 03:32:27 -0700 |
commit | dca4b2a23cb55e1e15fb393e7cbfd39b59280c9c (patch) | |
tree | 7b174836b4f47c2ba1353f0c308ac101837defe0 /xlators/features/locks/src/common.h | |
parent | 820b88c3389b59dce190e6846703c267d7113a63 (diff) |
Changes to use this->name while using logging instead of explicitly mentioning posix-locks.
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
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
Diffstat (limited to 'xlators/features/locks/src/common.h')
-rw-r--r-- | xlators/features/locks/src/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/locks/src/common.h b/xlators/features/locks/src/common.h index b082090e1..bdc2910c7 100644 --- a/xlators/features/locks/src/common.h +++ b/xlators/features/locks/src/common.h @@ -53,7 +53,7 @@ pl_dom_list_t * get_domain (pl_inode_t *pl_inode, const char *volume); void -grant_blocked_inode_locks (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_inode_lock_t *lock, pl_dom_list_t *dom); void __delete_inode_lock (pl_inode_lock_t *lock); |