NFSv4: fs/nfs/nfs4getroot.c needs to include "internal.h"
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 16 Oct 2012 16:32:24 +0000 (12:32 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 16 Oct 2012 16:37:59 +0000 (12:37 -0400)
Fix a warning about "no previous prototype for ‘nfs4_get_rootfh’"

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4getroot.c

index 6a83780..549462e 100644 (file)
@@ -5,6 +5,7 @@
 
 #include <linux/nfs_fs.h>
 #include "nfs4_fs.h"
+#include "internal.h"
 
 #define NFSDBG_FACILITY                NFSDBG_CLIENT