From 2dbcb3c79338dc4f4c45c21e4bf62e61e455ae19 Mon Sep 17 00:00:00 2001 From: Vikas Gorur Date: Fri, 27 Feb 2009 02:14:15 +0530 Subject: reverting nested locks in posix-locks for inodelk Signed-off-by: Anand V. Avati --- xlators/features/locks/src/common.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'xlators/features/locks/src/common.h') diff --git a/xlators/features/locks/src/common.h b/xlators/features/locks/src/common.h index 45d0670e9..ee17b0087 100644 --- a/xlators/features/locks/src/common.h +++ b/xlators/features/locks/src/common.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2006-2009 Z RESEARCH, Inc. + Copyright (c) 2006, 2007, 2008 Z RESEARCH, Inc. This file is part of GlusterFS. GlusterFS is free software; you can redistribute it and/or modify @@ -33,13 +33,6 @@ int pl_setlk (xlator_t *this, pl_inode_t *inode, posix_lock_t *lock, int can_block, gf_lk_domain_t domain); -int -pl_is_lock_grantable (pl_inode_t *pl_inode, posix_lock_t *lock, - gf_lk_domain_t dom); - -void -pl_insert_lock (pl_inode_t *pl_inode, posix_lock_t *lock, gf_lk_domain_t dom); - void grant_blocked_locks (xlator_t *this, pl_inode_t *inode, gf_lk_domain_t domain); -- cgit