public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] fs/udf/balloc.c: "extern inline" -> "static inline"
@ 2005-11-19  8:12 Adrian Bunk
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2005-11-19  8:12 UTC (permalink / raw)
  To: bfennema; +Cc: linux_udf, linux-kernel

"extern inline" doesn't make much sense.


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

--- linux-2.6.15-rc1-mm2-full/fs/udf/balloc.c.old	2005-11-19 02:32:13.000000000 +0100
+++ linux-2.6.15-rc1-mm2-full/fs/udf/balloc.c	2005-11-19 02:32:20.000000000 +0100
@@ -46,7 +46,7 @@
 #define uint(x) xuint(x)
 #define xuint(x) __le ## x
 
-extern inline int find_next_one_bit (void * addr, int size, int offset)
+static inline int find_next_one_bit (void * addr, int size, int offset)
 {
 	uintBPL_t * p = ((uintBPL_t *) addr) + (offset / BITS_PER_LONG);
 	int result = offset & ~(BITS_PER_LONG-1);


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

* [2.6 patch] fs/udf/balloc.c: "extern inline" -> "static inline"
@ 2005-12-12  1:35 Adrian Bunk
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2005-12-12  1:35 UTC (permalink / raw)
  To: Andrew Morton; +Cc: bfennema, linux_udf, linux-kernel

"extern inline" doesn't make much sense.


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

---

This patch was already sent on:
- 19 Nov 2005

--- linux-2.6.15-rc1-mm2-full/fs/udf/balloc.c.old	2005-11-19 02:32:13.000000000 +0100
+++ linux-2.6.15-rc1-mm2-full/fs/udf/balloc.c	2005-11-19 02:32:20.000000000 +0100
@@ -46,7 +46,7 @@
 #define uint(x) xuint(x)
 #define xuint(x) __le ## x
 
-extern inline int find_next_one_bit (void * addr, int size, int offset)
+static inline int find_next_one_bit (void * addr, int size, int offset)
 {
 	uintBPL_t * p = ((uintBPL_t *) addr) + (offset / BITS_PER_LONG);
 	int result = offset & ~(BITS_PER_LONG-1);


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

end of thread, other threads:[~2005-12-12  1:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-19  8:12 [2.6 patch] fs/udf/balloc.c: "extern inline" -> "static inline" Adrian Bunk
  -- strict thread matches above, loose matches on Subject: below --
2005-12-12  1:35 Adrian Bunk

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