diff options
author | Kamal Mohanan <kmohanan@redhat.com> | 2017-09-25 12:50:43 +0530 |
---|---|---|
committer | Jeff Darcy <jeff@pl.atyp.us> | 2017-09-27 13:29:33 +0000 |
commit | 77f89a2ebac1c19c4f22f33aba536bbe7e19e665 (patch) | |
tree | eb71fc2e118616c4ca019d70ba20d40b001bacf4 /libglusterfs/src/inode.h | |
parent | 572b4bf889d903dcaed49a57a75270a763dc259d (diff) |
libglusterfs: fix a coverity error of type - PW.INCLUDE_RECURSION
Problem: xlator.h which is included at inode.h:32 includes itself.
Solution: Delete the include statement.
Change-Id: I304bbef5293a2fef0584773a1f8e61e838d7cbf1
BUG: 789278
Signed-off-by: Kamal Mohanan <kmohanan@redhat.com>
Diffstat (limited to 'libglusterfs/src/inode.h')
-rw-r--r-- | libglusterfs/src/inode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libglusterfs/src/inode.h b/libglusterfs/src/inode.h index b82b6bac2c7..a1b238041b4 100644 --- a/libglusterfs/src/inode.h +++ b/libglusterfs/src/inode.h @@ -29,7 +29,6 @@ struct _dentry; typedef struct _dentry dentry_t; #include "list.h" -#include "xlator.h" #include "iatt.h" #include "compat-uuid.h" #include "fd.h" |