mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Li Xiaodong" <lixd@cn.fujitsu.com>
To: "'LKML'" <linux-kernel@vger.kernel.org>
Subject: [PATCH]remove_declaration
Date: Mon, 7 Jul 2008 18:04:09 +0800	[thread overview]
Message-ID: <AEFD1C75C2D6496EB4B19CE6B33656F2@fujitsulixd> (raw)

[-- Attachment #1: Type: text/plain, Size: 631 bytes --]

The implementation of gfs2_inode_attr_in is removed.
So remove its declaration.

Signed-off-by: Li Xiaodong <lixd@cn.fujitsu.com>

---
 fs/gfs2/inode.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/fs/gfs2/inode.h b/fs/gfs2/inode.h index 580da45..d2ddb84 100644
--- a/fs/gfs2/inode.h
+++ b/fs/gfs2/inode.h
@@ -72,7 +72,6 @@ static inline void gfs2_inum_out(const struct gfs2_inode
*ip,  }
 
 
-void gfs2_inode_attr_in(struct gfs2_inode *ip);  void gfs2_set_iop(struct
inode *inode);  struct inode *gfs2_inode_lookup(struct super_block *sb,
unsigned type, 
 				u64 no_addr, u64 no_formal_ino,
--
1.5.5.1

[-- Attachment #2: [PATCH]remove_declaration.patch --]
[-- Type: application/octet-stream, Size: 375 bytes --]

--- inode.h.bak	2008-07-08 01:57:04.000000000 +0800
+++ inode.h	2008-07-08 01:57:21.000000000 +0800
@@ -58,7 +58,6 @@ static inline void gfs2_inum_out(const s
 }
 
 
-void gfs2_inode_attr_in(struct gfs2_inode *ip);
 void gfs2_set_iop(struct inode *inode);
 struct inode *gfs2_inode_lookup(struct super_block *sb, unsigned type,
 				u64 no_addr, u64 no_formal_ino,

             reply	other threads:[~2008-07-07 10:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-07 10:04 Li Xiaodong [this message]
2008-07-07 10:21 ` [PATCH]remove_declaration Steven Whitehouse

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=AEFD1C75C2D6496EB4B19CE6B33656F2@fujitsulixd \
    --to=lixd@cn.fujitsu.com \
    --cc=linux-kernel@vger.kernel.org \
    /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

Powered by JetHome