aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/mballoc.c
diff options
context:
space:
mode:
authorLukas Czerner <lczerner@redhat.com>2011-02-23 12:22:49 -0500
committerTheodore Ts'o <tytso@mit.edu>2011-02-23 12:22:49 -0500
commit0b75a840120b1e647e32342e9cc46631410088d5 (patch)
tree8c6858b3a0a9627f1424fd2b61e0f9d866221340 /fs/ext4/mballoc.c
parent5dbd571d875d73e087c1eeb3d840cfc653a97422 (diff)
downloadkernel_samsung_smdk4412-0b75a840120b1e647e32342e9cc46631410088d5.zip
kernel_samsung_smdk4412-0b75a840120b1e647e32342e9cc46631410088d5.tar.gz
kernel_samsung_smdk4412-0b75a840120b1e647e32342e9cc46631410088d5.tar.bz2
ext4: mark file-local functions and variables as static
Signed-off-by: Lukas Czerner <lczerner@redhat.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/mballoc.c')
-rw-r--r--fs/ext4/mballoc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c
index d1fe09a..ae4d7f5 100644
--- a/fs/ext4/mballoc.c
+++ b/fs/ext4/mballoc.c
@@ -4753,7 +4753,8 @@ static int ext4_trim_extent(struct super_block *sb, int start, int count,
* bitmap. Then issue a TRIM command on this extent and free the extent in
* the group buddy bitmap. This is done until whole group is scanned.
*/
-ext4_grpblk_t ext4_trim_all_free(struct super_block *sb, struct ext4_buddy *e4b,
+static ext4_grpblk_t
+ext4_trim_all_free(struct super_block *sb, struct ext4_buddy *e4b,
ext4_grpblk_t start, ext4_grpblk_t max, ext4_grpblk_t minblocks)
{
void *bitmap;