]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit24b63af09692a1e753b2aec2d6e65d0170d16596
treee65d8235eb7cf745a1d9dc2ac9ab1c62bdd45758
parentac2684ab3dd285c19f2e925469e1daa3e63cbda4
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