make fs/buffer.c:cont_expand_zero() static
authorAdrian Bunk <bunk@kernel.org>
Tue, 29 Apr 2008 07:59:01 +0000 (00:59 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 Apr 2008 15:06:01 +0000 (08:06 -0700)
commitf1e3af72c10ba74fb15864c354515ec1bd8bf2a5
treefaf2d2f8b0264fd175acf8ed5623c74e0da908ec
parent946a57b526a16e5662235cb8f573337bc8ecdc48
make fs/buffer.c:cont_expand_zero() static

cont_expand_zero() can become static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/buffer.c