From dcfc4bdd5962ad18665d9ad3f3309884c941845e Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Tue, 15 Sep 2009 04:46:44 +0000 Subject: Changed prototype for inode_table_dump() and inode_dump(). Changed prototype for inode_table_dump() and inode_dump() Added support for dumpop inode in mount/fuse and protocol/server Signed-off-by: Anand V. Avati BUG: 213 (Support for process state dump) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=213 --- xlators/features/locks/src/posix.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'xlators/features') diff --git a/xlators/features/locks/src/posix.c b/xlators/features/locks/src/posix.c index 7389e1e6afd..71098be5e13 100644 --- a/xlators/features/locks/src/posix.c +++ b/xlators/features/locks/src/posix.c @@ -811,8 +811,7 @@ pl_dump_inode (xlator_t *this) if (this->itable) { inode_table_dump(this->itable, - "xlator.features.locks.inode_table", - pl_dump_inode_priv); + "xlator.features.locks.inode_table"); } return 0; -- cgit