Commit 6ca752ad authored by Andries E. Brouwer's avatar Andries E. Brouwer Committed by Linus Torvalds

[PATCH] add static in autofs4

Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent a5fb42e6
...@@ -146,10 +146,10 @@ static int autofs4_check_tree(struct vfsmount *mnt, ...@@ -146,10 +146,10 @@ static int autofs4_check_tree(struct vfsmount *mnt,
return 1; return 1;
} }
struct dentry *autofs4_check_leaves(struct vfsmount *mnt, static struct dentry *autofs4_check_leaves(struct vfsmount *mnt,
struct dentry *parent, struct dentry *parent,
unsigned long timeout, unsigned long timeout,
int do_now) int do_now)
{ {
struct dentry *this_parent = parent; struct dentry *this_parent = parent;
struct list_head *next; struct list_head *next;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment