You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[PATCH] fs/buffer.c: cleanups
- add a proper prototype for the following global function: - buffer_init() - make the following needlessly global function static: - end_buffer_async_write() 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:
committed by
Linus Torvalds
parent
a7807a32bb
commit
b6cd0b772d
+1
-1
@@ -48,6 +48,7 @@
|
||||
#include <linux/mempolicy.h>
|
||||
#include <linux/key.h>
|
||||
#include <linux/unwind.h>
|
||||
#include <linux/buffer_head.h>
|
||||
|
||||
#include <asm/io.h>
|
||||
#include <asm/bugs.h>
|
||||
@@ -80,7 +81,6 @@ extern void mca_init(void);
|
||||
extern void sbus_init(void);
|
||||
extern void sysctl_init(void);
|
||||
extern void signals_init(void);
|
||||
extern void buffer_init(void);
|
||||
extern void pidhash_init(void);
|
||||
extern void pidmap_init(void);
|
||||
extern void prio_tree_init(void);
|
||||
|
||||
Reference in New Issue
Block a user