diff options
Diffstat (limited to 'include/linux/nfs_fs.h')
-rw-r--r-- | include/linux/nfs_fs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h index 0ce8704732c2..a34b3ee443f1 100644 --- a/include/linux/nfs_fs.h +++ b/include/linux/nfs_fs.h | |||
@@ -405,7 +405,10 @@ extern void nfs_unregister_sysctl(void); | |||
405 | /* | 405 | /* |
406 | * linux/fs/nfs/namespace.c | 406 | * linux/fs/nfs/namespace.c |
407 | */ | 407 | */ |
408 | extern struct list_head nfs_automount_list; | ||
408 | extern struct inode_operations nfs_mountpoint_inode_operations; | 409 | extern struct inode_operations nfs_mountpoint_inode_operations; |
410 | extern int nfs_mountpoint_expiry_timeout; | ||
411 | extern void nfs_release_automount_timer(void); | ||
409 | 412 | ||
410 | /* | 413 | /* |
411 | * linux/fs/nfs/unlink.c | 414 | * linux/fs/nfs/unlink.c |