diff options
author | Li Xiaodong <lixd@cn.fujitsu.com> | 2008-07-07 18:04:09 +0800 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2008-07-10 16:22:23 +0100 |
commit | a93a6ce24215c69126c88f9c488afa50a168e0ca (patch) | |
tree | 3e3503ab90ae9a18c04e27fb17f188f052e24f1d /fs/gfs2/inode.h | |
parent | c9f6a6bbc284ba87337876086f7e2e6e0b0d50dd (diff) | |
download | op-kernel-dev-a93a6ce24215c69126c88f9c488afa50a168e0ca.zip op-kernel-dev-a93a6ce24215c69126c88f9c488afa50a168e0ca.tar.gz |
[GFS2] Remove unused declaration
The implementation of gfs2_inode_attr_in is removed.
So remove its declaration.
Signed-off-by: Li Xiaodong <lixd@cn.fujitsu.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/inode.h')
-rw-r--r-- | 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 04e9fef..6074c25 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, |