public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] "extern inline" doesn't make sense
@ 2005-08-19 23:41 Adrian Bunk
  2005-08-19 23:44 ` [2.6 patch] fs/adfs/adfs.h: " Adrian Bunk
  0 siblings, 1 reply; 5+ messages in thread
From: Adrian Bunk @ 2005-08-19 23:41 UTC (permalink / raw)
  To: linux-kernel

"extern inline" doesn't make sense.


Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.13-rc6-mm1-full/fs/adfs/adfs.h.old	2005-08-19 23:21:33.000000000 +0200
+++ linux-2.6.13-rc6-mm1-full/fs/adfs/adfs.h	2005-08-19 23:22:07.000000000 +0200
@@ -97,7 +97,7 @@
 extern struct inode_operations adfs_file_inode_operations;
 extern struct file_operations adfs_file_operations;
 
-extern inline __u32 signed_asl(__u32 val, signed int shift)
+static inline __u32 signed_asl(__u32 val, signed int shift)
 {
 	if (shift >= 0)
 		val <<= shift;
@@ -112,7 +112,7 @@
  *
  * The root directory ID should always be looked up in the map [3.4]
  */
-extern inline int
+static inline int
 __adfs_block_map(struct super_block *sb, unsigned int object_id,
 		 unsigned int block)
 {


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

end of thread, other threads:[~2005-08-22 19:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-19 23:41 [2.6 patch] "extern inline" doesn't make sense Adrian Bunk
2005-08-19 23:44 ` [2.6 patch] fs/adfs/adfs.h: " Adrian Bunk
2005-08-20 16:20   ` Russell King
2005-08-21 12:56   ` Pierre Ossman
2005-08-22 19:44     ` Adrian Bunk

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