From c23706a6b67f4afd958c06c8567f74bc33b55ae3 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Sun, 8 Jan 2006 01:04:01 -0800 Subject: [PATCH] --- yaml --- r: 16998 b: refs/heads/master c: ddc0f846aa7621940b74cee0c91cd26405058a4d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/udf/balloc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 039ddce38a4a..a0fca801feec 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 37a327957e4b193369854f76afcedaee8d903521 +refs/heads/master: ddc0f846aa7621940b74cee0c91cd26405058a4d diff --git a/trunk/fs/udf/balloc.c b/trunk/fs/udf/balloc.c index 6598a5037ac8..4fae57d9d115 100644 --- a/trunk/fs/udf/balloc.c +++ b/trunk/fs/udf/balloc.c @@ -41,7 +41,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);