From: Adrian Bunk <bunk@stusta.de>
To: Latchesar Ionkov <lucho@ionkov.net>,
Eric Van Hensbergen <ericvh@gmail.com>,
rminnich@sandia.gov
Cc: v9fs-developer@lists.sourceforge.net, linux-kernel@vger.kernel.org
Subject: [2.6 patch] #if 0 v9fs_fid_lookup_remove()
Date: Sun, 29 Jul 2007 16:57:13 +0200 [thread overview]
Message-ID: <20070729145713.GM16817@stusta.de> (raw)
This patch #if 0's the unused v9fs_fid_lookup_remove().
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
fs/9p/fid.c | 2 ++
fs/9p/fid.h | 1 -
2 files changed, 2 insertions(+), 1 deletion(-)
--- linux-2.6.23-rc1-mm1/fs/9p/fid.h.old 2007-07-26 13:22:00.000000000 +0200
+++ linux-2.6.23-rc1-mm1/fs/9p/fid.h 2007-07-26 13:22:07.000000000 +0200
@@ -28,6 +28,5 @@
};
struct p9_fid *v9fs_fid_lookup(struct dentry *dentry);
-struct p9_fid *v9fs_fid_lookup_remove(struct dentry *dentry);
struct p9_fid *v9fs_fid_clone(struct dentry *dentry);
int v9fs_fid_add(struct dentry *dentry, struct p9_fid *fid);
--- linux-2.6.23-rc1-mm1/fs/9p/fid.c.old 2007-07-26 13:22:22.000000000 +0200
+++ linux-2.6.23-rc1-mm1/fs/9p/fid.c 2007-07-26 13:22:40.000000000 +0200
@@ -92,6 +92,7 @@
return fid;
}
+#if 0
struct p9_fid *v9fs_fid_lookup_remove(struct dentry *dentry)
{
struct p9_fid *fid;
@@ -107,6 +108,7 @@
return fid;
}
+#endif /* 0 */
/**
next reply other threads:[~2007-07-29 15:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-29 14:57 Adrian Bunk [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-08-14 21:26 [2.6 patch] #if 0 v9fs_fid_lookup_remove() Adrian Bunk
2007-08-15 3:08 ` Eric Van Hensbergen
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=20070729145713.GM16817@stusta.de \
--to=bunk@stusta.de \
--cc=ericvh@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=lucho@ionkov.net \
--cc=rminnich@sandia.gov \
--cc=v9fs-developer@lists.sourceforge.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