diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/nfs_fs.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h index 04f659f1e5..c098ae194f 100644 --- a/include/linux/nfs_fs.h +++ b/include/linux/nfs_fs.h | |||
@@ -494,10 +494,9 @@ static inline void nfs3_forget_cached_acls(struct inode *inode) | |||
494 | 494 | ||
495 | /* | 495 | /* |
496 | * linux/fs/mount_clnt.c | 496 | * linux/fs/mount_clnt.c |
497 | * (Used only by nfsroot module) | ||
498 | */ | 497 | */ |
499 | extern int nfsroot_mount(struct sockaddr_in *, char *, struct nfs_fh *, | 498 | extern int nfs_mount(struct sockaddr *, size_t, char *, char *, |
500 | int, int); | 499 | int, int, struct nfs_fh *); |
501 | 500 | ||
502 | /* | 501 | /* |
503 | * inline functions | 502 | * inline functions |