ext4: remove unused variable in mb_find_extent()
authorRobin Dong <sanbai@taobao.com>
Wed, 26 Oct 2011 09:30:30 +0000 (05:30 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 26 Oct 2011 09:30:30 +0000 (05:30 -0400)
commitb051d8dc4e1f011e1b0543a875f5861be5d90222
tree3995e217a162f4d1882f6111ac2f1a8dca64c211
parent66a83cde47deb4e8874539326e12e88ed82158d3
ext4: remove unused variable in mb_find_extent()

The variable 'ord' in function mb_find_extent() is redundant, so
remove it.

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