2008-07-07 10:08:51

by Li Xiaodong

[permalink] [raw]
Subject: [PATCH]remove_declaration

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

Signed-off-by: Li Xiaodong <[email protected]>

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


Attachments:
[PATCH]remove_declaration.patch (365.00 B)

2008-07-07 10:57:31

by Steven Whitehouse

[permalink] [raw]
Subject: Re: [PATCH]remove_declaration

Hi,

On Mon, 2008-07-07 at 18:04 +0800, Li Xiaodong wrote:
> The implementation of gfs2_inode_attr_in is removed.
> So remove its declaration.
>
> Signed-off-by: Li Xiaodong <[email protected]>
>
> ---
> 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

This patch looks like its been munged by your mailer. Can you send me a
corrected version?

Steve.