The patch titled fs/coda: remove static inline forward declarations has been removed from the -mm tree. Its filename was fs-coda-remove-static-inline-forward-declarations.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: fs/coda: remove static inline forward declarations From: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxx> They're defined later on in the same file with bodies and nothing in between needs them. Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxx> Reviewed-by: Pekka Enberg <penberg@xxxxxxxxxxxxxx> Acked-by: Jan Harkes <jaharkes@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/coda_linux.h | 3 --- 1 file changed, 3 deletions(-) diff -puN include/linux/coda_linux.h~fs-coda-remove-static-inline-forward-declarations include/linux/coda_linux.h --- a/include/linux/coda_linux.h~fs-coda-remove-static-inline-forward-declarations +++ a/include/linux/coda_linux.h @@ -43,9 +43,6 @@ int coda_getattr(struct vfsmount *, stru 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); _ Patches currently in -mm which might be from ilpo.jarvinen@xxxxxxxxxxx are origin.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html