Signed-off-by: Jeff Layton <jlayton@xxxxxxxxxxxxxxx> Cc: Thomas Haynes <thomas.haynes@xxxxxxxxxxxxxxx> --- fs/nfs/internal.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h index efaa31c70fbe..ffef459f0b4f 100644 --- a/fs/nfs/internal.h +++ b/fs/nfs/internal.h @@ -1,6 +1,8 @@ /* * NFS internal definitions */ +#ifndef __FS_NFS_INTERNAL_H +#define __FS_NFS_INTERNAL_H #include "nfs4_fs.h" #include <linux/mount.h> @@ -629,3 +631,5 @@ static inline u32 nfs_fhandle_hash(const struct nfs_fh *fh) return 0; } #endif + +#endif /* __FS_NFS_INTERNAL_H */ -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html