]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] fs/buffer.c: cleanups
authorAdrian Bunk <bunk@stusta.de>
Tue, 27 Jun 2006 09:53:54 +0000 (02:53 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 28 Jun 2006 00:32:38 +0000 (17:32 -0700)
commit1b3d47e1aa488c5f9aa1f39e15d229a3038671c0
tree09ef125f7595f73ba256177f894d6c341074ff5b
parent7eff5fcaa29f2b551cf9301a19fc174ae5e3cf74
[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>
fs/buffer.c
include/linux/buffer_head.h
init/main.c