From 7bea98fa5845ced670d7bb2d9b1336c03855a798 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Tue, 21 Jan 2014 22:03:41 -0800 Subject: storage/posix: HANDLE_PFX is redundant use GF_HIDDEN_PATH instead GF_HIDDEN_PATH usage would help in better readability of the code and avoids bugs produced from redundant macro constants. Change-Id: I2fd7e92e87783ba462ae438ced2cf4f720a25f5c BUG: 990028 Signed-off-by: Harshavardhana Reviewed-on: http://review.gluster.org/6756 Tested-by: Gluster Build System Reviewed-by: Raghavendra G Reviewed-by: Vijay Bellur --- xlators/storage/posix/src/posix-handle.h | 1 - 1 file changed, 1 deletion(-) (limited to 'xlators/storage/posix/src/posix-handle.h') diff --git a/xlators/storage/posix/src/posix-handle.h b/xlators/storage/posix/src/posix-handle.h index 8874ca265..31cbf83fd 100644 --- a/xlators/storage/posix/src/posix-handle.h +++ b/xlators/storage/posix/src/posix-handle.h @@ -19,7 +19,6 @@ #include "xlator.h" #include "gf-dirent.h" -#define HANDLE_PFX ".glusterfs" #define TRASH_DIR "landfill" #define UUID0_STR "00000000-0000-0000-0000-000000000000" -- cgit