mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] fs/coda: remove static inline forward declarations
@ 2008-02-13 12:22 Ilpo Järvinen
  2008-02-13 13:43 ` linux-os (Dick Johnson)
  2008-02-13 14:24 ` Jan Harkes
  0 siblings, 2 replies; 6+ messages in thread
From: Ilpo Järvinen @ 2008-02-13 12:22 UTC (permalink / raw)
  To: jaharkes; +Cc: Andrew Morton, LKML

[-- Attachment #1: Type: TEXT/PLAIN, Size: 890 bytes --]

They're defined later on in the same file with bodies and
nothingin between needs them.

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
---
 include/linux/coda_linux.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/include/linux/coda_linux.h b/include/linux/coda_linux.h
index 1c47a34..31b7531 100644
--- a/include/linux/coda_linux.h
+++ b/include/linux/coda_linux.h
@@ -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);
-- 
1.5.2.2

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

end of thread, other threads:[~2008-02-13 15:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-13 12:22 [PATCH] fs/coda: remove static inline forward declarations Ilpo Järvinen
2008-02-13 13:43 ` linux-os (Dick Johnson)
2008-02-13 14:15   ` Ilpo Järvinen
2008-02-13 15:55     ` linux-os (Dick Johnson)
2008-02-13 14:54   ` Pekka Enberg
2008-02-13 14:24 ` Jan Harkes

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

all inboxes | Powered by JetHome®