Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f5b95ff0 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds
Browse files

[PATCH] autofs4: proper prototype for autofs4_dentry_release()



Add a proper prototype for autofs4_dentry_release() to autofs_i.h.

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent fa8f399a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -230,3 +230,6 @@ static inline int __simple_empty(struct dentry *dentry)
out:
	return ret;
}

void autofs4_dentry_release(struct dentry *);
+0 −1
Original line number Diff line number Diff line
@@ -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,
};