]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: delete path dealloc code in ext4_ext_handle_uninitialized_extents
authorEric Whitney <enwlinux@gmail.com>
Fri, 14 Mar 2014 03:14:46 +0000 (23:14 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 14 Mar 2014 03:14:46 +0000 (23:14 -0400)
commit2ec7e7a6abce85a2283019428f055a07f1591e07
tree0f21d7c7b88860776cfbec90cd30591c2cb50a7f
parent87e655d231123b3bdac22cc636f9caf939dd464c
ext4: delete path dealloc code in ext4_ext_handle_uninitialized_extents

Code deallocating the extent path referenced by an argument to
ext4_ext_handle_uninitialized_extents was made redundant with identical
code in its one caller, ext4_ext_map_blocks, by commit d7047e8c23.
Allocating and deallocating the path in the same function also makes
the code clearer.

Signed-off-by: Eric Whitney <enwlinux@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/extents.c