From: Eric Whitney Date: Fri, 14 Mar 2014 03:14:46 +0000 (-0400) Subject: ext4: delete path dealloc code in ext4_ext_handle_uninitialized_extents X-Git-Tag: v3.15-rc1~91^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31cf0f2c3195258f83adabf1a71a782a92b8268a;p=pandora-kernel.git 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 3779473246. Allocating and deallocating the path in the same function also makes the code clearer. Signed-off-by: Eric Whitney Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed