]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf7650355dd18badc2d18e20c63322ee2973aa66b
tree8c0017c92c8d9dea787102bc17d952cad174bfba
parent3dbbafcd8db933cbb0ed3149e22a289764288e9b
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