]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ext4: pass a char * to ext4_count_free() instead of a buffer_head ptr
authorTheodore Ts'o <tytso@mit.edu>
Sat, 30 Jun 2012 23:14:57 +0000 (19:14 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Aug 2012 15:23:12 +0000 (08:23 -0700)
commit74c429a11be427b0f2a7f02e585dc49a148a0e82
tree333dd974971bdb9c515e5f6ac7ff7b813c8eef02
parent5f66feb6035d82c46c1a63f540366ad7748e0719
ext4: pass a char * to ext4_count_free() instead of a buffer_head ptr

commit f6fb99cadcd44660c68e13f6eab28333653621e6 upstream.

Make it possible for ext4_count_free to operate on buffers and not
just data in buffer_heads.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/ext4/balloc.c
fs/ext4/bitmap.c
fs/ext4/ext4.h
fs/ext4/ialloc.c