From cddbf2752749f8c19f30144bb26261a83585f071 Mon Sep 17 00:00:00 2001 From: Claudiu Ghioc Date: Mon, 6 May 2013 13:47:16 +0800 Subject: [PATCH] --- yaml --- r: 373285 b: refs/heads/master c: 954829863d3017d1c14600c975f9b92696d36836 h: refs/heads/master i: 373283: b1675f7f0726527d69b07c4ce67bde35099afead v: v3 --- [refs] | 2 +- trunk/fs/autofs4/root.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index e2f45d3bf902..4836c66a7123 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2bf1bef0d6c3636353938dd1f183a4522957fc35 +refs/heads/master: 954829863d3017d1c14600c975f9b92696d36836 diff --git a/trunk/fs/autofs4/root.c b/trunk/fs/autofs4/root.c index 9bd16255dd9c..085da86e07c2 100644 --- a/trunk/fs/autofs4/root.c +++ b/trunk/fs/autofs4/root.c @@ -408,7 +408,7 @@ static struct vfsmount *autofs4_d_automount(struct path *path) return NULL; } -int autofs4_d_manage(struct dentry *dentry, bool rcu_walk) +static int autofs4_d_manage(struct dentry *dentry, bool rcu_walk) { struct autofs_sb_info *sbi = autofs4_sbi(dentry->d_sb); struct autofs_info *ino = autofs4_dentry_ino(dentry);