commit | eee4adc709afe40d8c02fa154c63dbeb55d911e3 | [log] [tgz] |
---|---|---|
author | Eric Sandeen <sandeen@redhat.com> | Wed Oct 27 21:30:15 2010 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Oct 27 21:30:15 2010 -0400 |
tree | e65d8235eb7cf745a1d9dc2ac9ab1c62bdd45758 | |
parent | 61d08673de1fe68bfba86203258377bf39f234b6 [diff] |
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>