]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ext4: Rename read_block_bitmap() to ext4_read_block_bitmap()
authorTheodore Ts'o <tytso@mit.edu>
Fri, 11 Jul 2008 23:27:31 +0000 (19:27 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 11 Jul 2008 23:27:31 +0000 (19:27 -0400)
commit574ca174c97f790086e3e6f2251381420ad38fd0
tree9a29a6f69e4f5a84f434f869935e3442eaeed315
parent3537576a707c6df98e883b77b854c6083f844602
ext4: Rename read_block_bitmap() to ext4_read_block_bitmap()

Since this a non-static function, make it be ext4 specific to avoid
conflicts with potentially other filesystems.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/balloc.c
fs/ext4/group.h
fs/ext4/ialloc.c
fs/ext4/mballoc.c