ext4: remove unused variable in ext4_mb_generate_from_pa()
authorRobin Dong <sanbai@taobao.com>
Wed, 26 Oct 2011 09:29:21 +0000 (05:29 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 26 Oct 2011 09:29:21 +0000 (05:29 -0400)
commit66a83cde47deb4e8874539326e12e88ed82158d3
tree1edcff9e419358784db22b81a82c231f6aebe25f
parentebbe027797f67d34708ccfabdb129886d549f9ce
ext4: remove unused variable in ext4_mb_generate_from_pa()

The variable 'count' in function ext4_mb_generate_from_pa() looks
useless, so remove it.

Signed-off-by: Robin Dong <sanbai@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/mballoc.c