Skip to content

Commit

Permalink
NFSv4: fs/nfs/nfs4getroot.c needs to include "internal.h"
Browse files Browse the repository at this point in the history
Fix a warning about "no previous prototype for ‘nfs4_get_rootfh’"

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Oct 16, 2012
1 parent 1813bad commit d6aa6a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/nfs/nfs4getroot.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#include <linux/nfs_fs.h>
#include "nfs4_fs.h"
#include "internal.h"

#define NFSDBG_FACILITY NFSDBG_CLIENT

Expand Down

0 comments on commit d6aa6a8

Please sign in to comment.