From fb9f485db2b4a92c16c0683cf3d5cfcd07054d71 Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Tue, 17 Apr 2012 13:20:43 +0530 Subject: features/locks: Find parent-entrylk presence in lookup Change-Id: I8fc85676827f26b07bf578ea1152d3e251adb4af BUG: 765551 Signed-off-by: Pranith Kumar K Reviewed-on: http://review.gluster.com/3177 Tested-by: Gluster Build System Reviewed-by: Anand Avati --- xlators/features/locks/src/locks.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/features/locks/src/locks.h') diff --git a/xlators/features/locks/src/locks.h b/xlators/features/locks/src/locks.h index f855c07899c..f64c2690241 100644 --- a/xlators/features/locks/src/locks.h +++ b/xlators/features/locks/src/locks.h @@ -165,6 +165,7 @@ typedef struct { gf_boolean_t entrylk_count_req; gf_boolean_t inodelk_count_req; gf_boolean_t posixlk_count_req; + gf_boolean_t parent_entrylk_req; /* used by {f,}truncate */ loc_t loc; -- cgit