diff options
Diffstat (limited to 'libglusterfs/src')
-rw-r--r-- | libglusterfs/src/common-utils.h | 2 | ||||
-rw-r--r-- | libglusterfs/src/inode.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/libglusterfs/src/common-utils.h b/libglusterfs/src/common-utils.h index e541df6240a..0e7aa016cbd 100644 --- a/libglusterfs/src/common-utils.h +++ b/libglusterfs/src/common-utils.h @@ -359,6 +359,8 @@ union gf_sock_union { }; #define GF_HIDDEN_PATH ".glusterfs" +#define GF_UNLINK_PATH GF_HIDDEN_PATH"/unlink" +#define GF_LANDFILL_PATH GF_HIDDEN_PATH"/landfill" #define IOV_MIN(n) min(IOV_MAX,n) diff --git a/libglusterfs/src/inode.h b/libglusterfs/src/inode.h index 46fe8f6ac80..37083fae05b 100644 --- a/libglusterfs/src/inode.h +++ b/libglusterfs/src/inode.h @@ -93,7 +93,7 @@ struct _inode { struct list_head hash; /* hash table pointers */ struct list_head list; /* active/lru/purge */ - struct _inode_ctx *_ctx; /* replacement for dict_t *(inode->ctx) */ + struct _inode_ctx *_ctx; /* replacement for dict_t *(inode->ctx) */ }; |