aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nfs_fs.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-04-14 21:41:32 +0300
committerTrond Myklebust <Trond.Myklebust@netapp.com>2008-04-19 16:55:29 -0400
commita3dab293539031b0970585b9b355cebbc91ecbd4 (patch)
tree2ad3d7e8f051ab6cf7cefa3872eedf3eeed1247b /include/linux/nfs_fs.h
parentNFS: remove duplicate flags assignment from nfs_validate_mount_data (diff)
downloadlinux-dev-a3dab293539031b0970585b9b355cebbc91ecbd4.tar.xz
linux-dev-a3dab293539031b0970585b9b355cebbc91ecbd4.zip
make nfs_automount_list static
nfs_automount_list can now become static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/nfs_fs.h')
-rw-r--r--include/linux/nfs_fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h
index 7f0602c87712..27d6a8d98cef 100644
--- a/include/linux/nfs_fs.h
+++ b/include/linux/nfs_fs.h
@@ -430,7 +430,6 @@ extern void nfs_unregister_sysctl(void);
/*
* linux/fs/nfs/namespace.c
*/
-extern struct list_head nfs_automount_list;
extern const struct inode_operations nfs_mountpoint_inode_operations;
extern const struct inode_operations nfs_referral_inode_operations;
extern int nfs_mountpoint_expiry_timeout;