From c483da9872c729c907167fcd962a9bb439a301f8 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Tue, 28 Mar 2006 01:56:29 -0800 Subject: [PATCH] --- yaml --- r: 24472 b: refs/heads/master c: f5b95ff010d0a4e40f877277f8f0e62fcd83b5a8 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/autofs4/autofs_i.h | 3 +++ trunk/fs/autofs4/inode.c | 1 - 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 56927b180046..e0cf4ae11a4a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fa8f399a2bc36c1329672400857757e0982babf3 +refs/heads/master: f5b95ff010d0a4e40f877277f8f0e62fcd83b5a8 diff --git a/trunk/fs/autofs4/autofs_i.h b/trunk/fs/autofs4/autofs_i.h index 617fd7b37447..c70204a61268 100644 --- a/trunk/fs/autofs4/autofs_i.h +++ b/trunk/fs/autofs4/autofs_i.h @@ -230,3 +230,6 @@ static inline int __simple_empty(struct dentry *dentry) out: return ret; } + +void autofs4_dentry_release(struct dentry *); + diff --git a/trunk/fs/autofs4/inode.c b/trunk/fs/autofs4/inode.c index 4eddee4e76fc..fde78b110ddd 100644 --- a/trunk/fs/autofs4/inode.c +++ b/trunk/fs/autofs4/inode.c @@ -292,7 +292,6 @@ static struct autofs_info *autofs4_mkroot(struct autofs_sb_info *sbi) return ino; } -void autofs4_dentry_release(struct dentry *); static struct dentry_operations autofs4_sb_dentry_operations = { .d_release = autofs4_dentry_release, };