From: Eric Sandeen Date: Thu, 28 Oct 2010 01:30:15 +0000 (-0400) Subject: ext4: move ext4_mb_{get,put}_buddy_cache_lock and make them static X-Git-Tag: v2.6.37-rc1~76^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eee4adc709afe40d8c02fa154c63dbeb55d911e3;p=pandora-kernel.git 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 Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed