From: Theodore Ts'o Date: Sat, 16 Oct 2010 23:37:00 +0000 (-0400) Subject: ext3: Use search_dirblock() in ext3_dx_find_entry() X-Git-Tag: v2.6.38-rc1~410^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5026e90b86684bc878e4db0a8cd043fed769719c;p=pandora-kernel.git ext3: Use search_dirblock() in ext3_dx_find_entry() Use the search_dirblock() in ext3_dx_find_entry(). It makes the code easier to read, and it takes advantage of common code. It also saves 100 bytes or so of text space. Signed-off-by: "Theodore Ts'o" Cc: Brad Spengler Signed-off-by: Jan Kara --- Reading git-diff-tree failed