aboutsummaryrefslogtreecommitdiff
path: root/fs/namei.c
diff options
context:
space:
mode:
authorAndy Whitcroft <apw@canonical.com>2010-11-07 02:11:12 +0000
committerJohn Rigby <john.rigby@linaro.org>2010-12-13 16:44:01 -0700
commit02428276cf9f55e9287db85243dd68f0d84f5ef7 (patch)
tree77a9cd01ec949ad0fc4709ba693ee5058a4f9ef9 /fs/namei.c
parent35bb062dd9fd1138fbf86235007e97172b806d9c (diff)
Revert "UBUNTU: ubuntu: AUFS -- aufs2 base patch for linux-2.6.34"
This reverts commit 8e85bed37962e980e0a72cc3a8eb5fd9b16df630. Signed-off-by: Andy Whitcroft <apw@canonical.com>
Diffstat (limited to 'fs/namei.c')
-rw-r--r--fs/namei.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/namei.c b/fs/namei.c
index 5fe904dc3963..5362af9b7372 100644
--- a/fs/namei.c
+++ b/fs/namei.c
@@ -1161,12 +1161,12 @@ out:
* needs parent already locked. Doesn't follow mounts.
* SMP-safe.
*/
-struct dentry *lookup_hash(struct nameidata *nd)
+static struct dentry *lookup_hash(struct nameidata *nd)
{
return __lookup_hash(&nd->last, nd->path.dentry, nd);
}
-int __lookup_one_len(const char *name, struct qstr *this,
+static int __lookup_one_len(const char *name, struct qstr *this,
struct dentry *base, int len)
{
unsigned long hash;