mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-05-20 11:44:14 +00:00
[PATCH] make some things static
This patch makes some needlessly global identifiers static. Signed-off-by: Adrian Bunk <bunk@stusta.de> Acked-by: Arjan van de Ven <arjanv@infradead.org> Acked-by: Trond Myklebust <trond.myklebust@fys.uio.no> 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
5e198d94dd
commit
75c96f8584
@@ -57,7 +57,7 @@
|
||||
|
||||
#define MB_CACHE_WRITER ((unsigned short)~0U >> 1)
|
||||
|
||||
DECLARE_WAIT_QUEUE_HEAD(mb_cache_queue);
|
||||
static DECLARE_WAIT_QUEUE_HEAD(mb_cache_queue);
|
||||
|
||||
MODULE_AUTHOR("Andreas Gruenbacher <a.gruenbacher@computer.org>");
|
||||
MODULE_DESCRIPTION("Meta block cache (for extended attributes)");
|
||||
|
||||
Reference in New Issue
Block a user