diff options
author | Michael Scherer <misc@redhat.com> | 2017-02-22 22:08:51 +0100 |
---|---|---|
committer | Niels de Vos <ndevos@redhat.com> | 2017-02-23 08:06:28 -0500 |
commit | c1d197c15a836c0131d4d4559e5fdf7394c97963 (patch) | |
tree | fb0eb209c1f885def157174f0905ac1727ecd3a4 /xlators | |
parent | b584c068c6526853f82ccd2a406c3596d7d56be0 (diff) |
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 <misc@redhat.com>
Reviewed-on: https://review.gluster.org/16728
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Tested-by: Niels de Vos <ndevos@redhat.com>
Smoke: Gluster Build System <jenkins@build.gluster.org>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Diffstat (limited to 'xlators')
-rw-r--r-- | xlators/nfs/server/src/auth-cache.h | 1 |
1 files changed, 0 insertions, 1 deletions
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" |