提交 bd3feb13 编写于 作者: I Ilpo Järvinen 提交者: Linus Torvalds

fs/coda: remove static inline forward declarations

They're defined later on in the same file with bodies and nothing in
between needs them.
Signed-off-by: NIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Reviewed-by: NPekka Enberg <penberg@cs.helsinki.fi>
Acked-by: NJan Harkes <jaharkes@cs.cmu.edu>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 ede9c697
......@@ -43,9 +43,6 @@ int coda_getattr(struct vfsmount *, struct dentry *, struct kstat *);
int coda_setattr(struct dentry *, struct iattr *);
/* this file: heloers */
static __inline__ struct CodaFid *coda_i2f(struct inode *);
static __inline__ char *coda_i2s(struct inode *);
static __inline__ void coda_flag_inode(struct inode *, int flag);
char *coda_f2s(struct CodaFid *f);
int coda_isroot(struct inode *i);
int coda_iscontrol(const char *name, size_t length);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册