diff options
author | Vijay Bellur <vbellur@redhat.com> | 2019-01-10 23:00:49 -0800 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2019-01-11 18:27:02 +0000 |
commit | ed2d1ad8266b09e4a71ffd193be3cf85467f4f06 (patch) | |
tree | fa5e5e40bb0aea9b2bfee8f43bf7c1a0c47c94b2 /xlators | |
parent | 01779e6c6c2c876a9e137d51ee1ce6a8062ea893 (diff) |
features/index: Correct incorrect definition in header
s/QUIESCE/INDEX/
fixes: bz#1665363
Change-Id: I6dc4fde682cedeaa10d870267b8909af1a9449c0
Signed-off-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'xlators')
-rw-r--r-- | xlators/features/index/src/index-mem-types.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/features/index/src/index-mem-types.h b/xlators/features/index/src/index-mem-types.h index 7455e8bbe68..58833d0ec9b 100644 --- a/xlators/features/index/src/index-mem-types.h +++ b/xlators/features/index/src/index-mem-types.h @@ -8,8 +8,8 @@ cases as published by the Free Software Foundation. */ -#ifndef __QUIESCE_MEM_TYPES_H__ -#define __QUIESCE_MEM_TYPES_H__ +#ifndef __INDEX_MEM_TYPES_H__ +#define __INDEX_MEM_TYPES_H__ #include <glusterfs/mem-types.h> |