diff options
author | Pranith Kumar K <pranithk@gluster.com> | 2012-04-14 12:21:25 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2012-05-31 16:52:44 -0700 |
commit | d2ac835ba0d51ce1679dc71640472eecbfbaa704 (patch) | |
tree | 1c409b85bf7e4a6272a9f9430bdcd1ec8cb74bd7 /libglusterfs | |
parent | 67740785050158dad8793f8d0ab6beeb30f99b3f (diff) |
storage/posix: Move landfill inside .glusterfs
Change-Id: Ia2944f891dd62e72f3c79678c3a1fed389854a90
BUG: 811970
Signed-off-by: Pranith Kumar K <pranithk@gluster.com>
Reviewed-on: http://review.gluster.com/3158
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'libglusterfs')
-rw-r--r-- | libglusterfs/src/glusterfs.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index cdfb64dea..5acefe561 100644 --- a/libglusterfs/src/glusterfs.h +++ b/libglusterfs/src/glusterfs.h @@ -247,12 +247,6 @@ typedef enum { #define GF_SET_DIR_ONLY 0x4 #define GF_SET_EPOCH_TIME 0x8 /* used by afr dir lookup selfheal */ -/* Directory into which replicate self-heal will move deleted files and - directories into. The storage/posix janitor thread will periodically - clean up this directory */ - -#define GF_REPLICATE_TRASH_DIR ".landfill" - /* key value which quick read uses to get small files in lookup cbk */ #define GF_CONTENT_KEY "glusterfs.content" |