From 77f89a2ebac1c19c4f22f33aba536bbe7e19e665 Mon Sep 17 00:00:00 2001 From: Kamal Mohanan Date: Mon, 25 Sep 2017 12:50:43 +0530 Subject: 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 --- libglusterfs/src/inode.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libglusterfs/src') 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" -- cgit