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>
This commit is contained in:

committed by
Trond Myklebust

parent
daa7da5fd3
commit
a3dab29353
@@ -20,7 +20,7 @@
|
||||
|
||||
static void nfs_expire_automounts(struct work_struct *work);
|
||||
|
||||
LIST_HEAD(nfs_automount_list);
|
||||
static LIST_HEAD(nfs_automount_list);
|
||||
static DECLARE_DELAYED_WORK(nfs_automount_task, nfs_expire_automounts);
|
||||
int nfs_mountpoint_expiry_timeout = 500 * HZ;
|
||||
|
||||
|
Reference in New Issue
Block a user