* [2.6 patch] proper prototype for autofs4_dentry_release()
@ 2006-03-26 21:06 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2006-03-26 21:06 UTC (permalink / raw)
To: raven; +Cc: autofs, linux-kernel
This patch adds a proper prototype for autofs4_dentry_release() to
autofs_i.h.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
fs/autofs4/autofs_i.h | 3 +++
fs/autofs4/inode.c | 1 -
2 files changed, 3 insertions(+), 1 deletion(-)
--- linux-2.6.16-mm1-full/fs/autofs4/autofs_i.h.old 2006-03-26 19:55:17.000000000 +0200
+++ linux-2.6.16-mm1-full/fs/autofs4/autofs_i.h 2006-03-26 19:56:53.000000000 +0200
@@ -230,3 +230,6 @@
out:
return ret;
}
+
+void autofs4_dentry_release(struct dentry *);
+
--- linux-2.6.16-mm1-full/fs/autofs4/inode.c.old 2006-03-26 19:57:06.000000000 +0200
+++ linux-2.6.16-mm1-full/fs/autofs4/inode.c 2006-03-26 19:57:16.000000000 +0200
@@ -292,7 +292,6 @@
return ino;
}
-void autofs4_dentry_release(struct dentry *);
static struct dentry_operations autofs4_sb_dentry_operations = {
.d_release = autofs4_dentry_release,
};
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-03-26 21:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-26 21:06 [2.6 patch] proper prototype for autofs4_dentry_release() Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox