From c1d197c15a836c0131d4d4559e5fdf7394c97963 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Wed, 22 Feb 2017 22:08:51 +0100 Subject: nfs: remove include of mount3.h While there is proper protection against that, coverity complain of a loop, and nothing in auth-cache.h use a declaration of "mount3.h". Change-Id: I55885ec12496359170f271ae192e9940a35121e1 BUG: 789278 Signed-off-by: Michael Scherer Reviewed-on: https://review.gluster.org/16728 Reviewed-by: Niels de Vos Tested-by: Niels de Vos Smoke: Gluster Build System NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System --- xlators/nfs/server/src/auth-cache.h | 1 - 1 file changed, 1 deletion(-) diff --git a/xlators/nfs/server/src/auth-cache.h b/xlators/nfs/server/src/auth-cache.h index a3ea5a43ded..fa0b5d89676 100644 --- a/xlators/nfs/server/src/auth-cache.h +++ b/xlators/nfs/server/src/auth-cache.h @@ -16,7 +16,6 @@ #define _AUTH_CACHE_H_ #include "nfs-mem-types.h" -#include "mount3.h" #include "exports.h" #include "dict.h" #include "nfs3.h" -- cgit