public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH]remove_declaration
@ 2008-07-07 10:04 Li Xiaodong
  2008-07-07 10:21 ` [PATCH]remove_declaration Steven Whitehouse
  0 siblings, 1 reply; 2+ messages in thread
From: Li Xiaodong @ 2008-07-07 10:04 UTC (permalink / raw)
  To: 'LKML'

[-- 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,

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-07-07 10:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-07 10:04 [PATCH]remove_declaration Li Xiaodong
2008-07-07 10:21 ` [PATCH]remove_declaration Steven Whitehouse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox