mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-12 16:58:53 +00:00
[PATCH] "extern inline" -> "static inline"
"extern inline" doesn't make much sense. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
2befb9e36d
commit
9adeb1b409
@ -2097,7 +2097,7 @@ void reiserfs_free_block(struct reiserfs_transaction_handle *th, struct inode *,
|
||||
b_blocknr_t, int for_unformatted);
|
||||
int reiserfs_allocate_blocknrs(reiserfs_blocknr_hint_t *, b_blocknr_t *, int,
|
||||
int);
|
||||
extern inline int reiserfs_new_form_blocknrs(struct tree_balance *tb,
|
||||
static inline int reiserfs_new_form_blocknrs(struct tree_balance *tb,
|
||||
b_blocknr_t * new_blocknrs,
|
||||
int amount_needed)
|
||||
{
|
||||
@ -2113,7 +2113,7 @@ extern inline int reiserfs_new_form_blocknrs(struct tree_balance *tb,
|
||||
0);
|
||||
}
|
||||
|
||||
extern inline int reiserfs_new_unf_blocknrs(struct reiserfs_transaction_handle
|
||||
static inline int reiserfs_new_unf_blocknrs(struct reiserfs_transaction_handle
|
||||
*th, struct inode *inode,
|
||||
b_blocknr_t * new_blocknrs,
|
||||
struct path *path, long block)
|
||||
@ -2130,7 +2130,7 @@ extern inline int reiserfs_new_unf_blocknrs(struct reiserfs_transaction_handle
|
||||
}
|
||||
|
||||
#ifdef REISERFS_PREALLOCATE
|
||||
extern inline int reiserfs_new_unf_blocknrs2(struct reiserfs_transaction_handle
|
||||
static inline int reiserfs_new_unf_blocknrs2(struct reiserfs_transaction_handle
|
||||
*th, struct inode *inode,
|
||||
b_blocknr_t * new_blocknrs,
|
||||
struct path *path, long block)
|
||||
|
Loading…
x
Reference in New Issue
Block a user