public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: raven@themaw.net
Cc: autofs@linux.kernel.org, linux-kernel@vger.kernel.org
Subject: [2.6 patch] proper prototype for autofs4_dentry_release()
Date: Sun, 26 Mar 2006 23:06:34 +0200	[thread overview]
Message-ID: <20060326210634.GS4053@stusta.de> (raw)

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,
 };


                 reply	other threads:[~2006-03-26 21:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060326210634.GS4053@stusta.de \
    --to=bunk@stusta.de \
    --cc=autofs@linux.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=raven@themaw.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox