ext4: move ext4_mb_{get,put}_buddy_cache_lock and make them static
authorEric Sandeen <sandeen@redhat.com>
Thu, 28 Oct 2010 01:30:15 +0000 (21:30 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 28 Oct 2010 01:30:15 +0000 (21:30 -0400)
commiteee4adc709afe40d8c02fa154c63dbeb55d911e3
treee65d8235eb7cf745a1d9dc2ac9ab1c62bdd45758
parent61d08673de1fe68bfba86203258377bf39f234b6
ext4: move ext4_mb_{get,put}_buddy_cache_lock and make them static

These functions are only used within fs/ext4/mballoc.c, so move them
so they are used after they are defined, and then make them be static.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/ext4.h
fs/ext4/mballoc.c