Skip to content

Commit

Permalink
[PATCH] autofs4: proper prototype for autofs4_dentry_release()
Browse files Browse the repository at this point in the history
Add a proper prototype for autofs4_dentry_release() to autofs_i.h.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Mar 28, 2006
1 parent fa8f399 commit f5b95ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions fs/autofs4/autofs_i.h
Original file line number Diff line number Diff line change
Expand Up @@ -230,3 +230,6 @@ static inline int __simple_empty(struct dentry *dentry)
out:
return ret;
}

void autofs4_dentry_release(struct dentry *);

1 change: 0 additions & 1 deletion fs/autofs4/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit f5b95ff

Please sign in to comment.