* [-mm patch] fs/reiser4/plugin/file/funcs.h: "extern inline" doesn't make sense
@ 2005-08-19 23:42 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2005-08-19 23:42 UTC (permalink / raw)
To: reiserfs-dev; +Cc: linux-kernel
"extern inline" doesn't make sense.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- 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);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-08-19 23:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-19 23:42 [-mm patch] fs/reiser4/plugin/file/funcs.h: "extern inline" doesn't make sense Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox