ext4: simple cleanup in fiemap codepath
authorLukas Czerner <lczerner@redhat.com>
Wed, 28 Nov 2012 17:33:22 +0000 (12:33 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 28 Nov 2012 17:33:22 +0000 (12:33 -0500)
commit06348679c9f69b3b031cf84c1f5f9f2488fc1f7d
tree8c0017c92c8d9dea787102bc17d952cad174bfba
parent91dd8c114499e9818f2d5919ef0b9eee61810220
ext4: simple cleanup in fiemap codepath

This commit is simple cleanup of fiemap codepath which has not been
included in previous commit to make the changes clearer. In this commit
we rename cbex variable to newex in ext4_fill_fiemap_extents() because
callback is no longer present

Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/extents.c