ext4: remove unused argument in ext4_ext_next_leaf_block
authorRobin Dong <sanbai@taobao.com>
Sun, 24 Jul 2011 01:49:07 +0000 (21:49 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 24 Jul 2011 01:49:07 +0000 (21:49 -0400)
commit5718789da5b94bd4148cb7ea0f457089c26bc1c3
tree8daf6d7e0150915220deaa3847752606dc416192
parent6a0fe49308dcac10ab510b3c45e00eb8d5ef440e
ext4: remove unused argument in ext4_ext_next_leaf_block

The argument "inode" in function ext4_ext_next_allocated_block looks useless,
so clean it.

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