diff options
author | Harshavardhana <harsha@harshavardhana.net> | 2014-01-21 22:03:41 -0800 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2014-01-22 21:04:31 -0800 |
commit | 7bea98fa5845ced670d7bb2d9b1336c03855a798 (patch) | |
tree | 7055b91378c46bae6c3336835dbed00bf960a002 /xlators/storage/posix/src/posix-handle.h | |
parent | e48c5f8a84a1ec27492bcede0a028755a440be45 (diff) |
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 <harsha@harshavardhana.net>
Reviewed-on: http://review.gluster.org/6756
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Raghavendra G <rgowdapp@redhat.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'xlators/storage/posix/src/posix-handle.h')
-rw-r--r-- | xlators/storage/posix/src/posix-handle.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xlators/storage/posix/src/posix-handle.h b/xlators/storage/posix/src/posix-handle.h index 8874ca2655f..31cbf83fd02 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" |