[-mm patch] fs/reiser4/plugin/file/funcs.h: "extern inline" doesn't make sense

From: Adrian Bunk
Date: Fri Aug 19 2005 - 18:42:35 EST


"extern inline" doesn't make sense.


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.13-rc6-mm1-full/fs/reiser4/plugin/file/funcs.h.old 2005-08-19 23:23:00.000000000 +0200
+++ linux-2.6.13-rc6-mm1-full/fs/reiser4/plugin/file/funcs.h 2005-08-19 23:23:08.000000000 +0200
@@ -18,7 +18,7 @@
int find_or_create_extent(struct page *);
write_mode_t how_to_write(uf_coord_t *, const reiser4_key *);

-extern inline int
+static inline int
cbk_errored(int cbk_result)
{
return (cbk_result != CBK_COORD_NOTFOUND && cbk_result != CBK_COORD_FOUND);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/