From 7fec9b41d8e1befa8d58a76d98207debddd60b65 Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Sat, 3 Mar 2012 00:01:23 -0800 Subject: Revert "afr: [Un]Set the 'right' lkowner for [f]{inode|entry}_lk and the 'enclosed' fop." This reverts commit 2e80fdbeb6abbb23ff6789c2b98c82704883af0a. Change-Id: I417fd43e4195d63e5b8b83dd3beb712887130e1e Reviewed-on: http://review.gluster.com/2860 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- xlators/cluster/afr/src/afr.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'xlators/cluster/afr/src/afr.h') diff --git a/xlators/cluster/afr/src/afr.h b/xlators/cluster/afr/src/afr.h index fc77b806e..a1c1bb398 100644 --- a/xlators/cluster/afr/src/afr.h +++ b/xlators/cluster/afr/src/afr.h @@ -336,9 +336,6 @@ afr_index_for_transaction_type (afr_transaction_type type) typedef struct { loc_t *lk_loc; struct gf_flock lk_flock; - gf_lkowner_t fop_lkowner; /* 'copy' of fop's lk_owner to protect - against afr internal locks 'irreversibly' - overloading lk_owner.*/ const char *lk_basename; const char *lower_basename; @@ -773,12 +770,7 @@ afr_mark_locked_nodes (xlator_t *this, fd_t *fd, unsigned char *locked_nodes); void -afr_set_lk_owner (call_frame_t *frame, xlator_t *this, - afr_internal_lock_t *int_lock); - -void -afr_unset_lk_owner (call_frame_t *frame, xlator_t *this, - afr_internal_lock_t *int_lock); +afr_set_lk_owner (call_frame_t *frame, xlator_t *this); int afr_set_lock_number (call_frame_t *frame, xlator_t *this); -- cgit