From: Theodore Ts'o Date: Thu, 28 Oct 2010 01:30:08 +0000 (-0400) Subject: ext4: use search_dirblock() in ext4_dx_find_entry() X-Git-Tag: v2.6.37-rc1~76^2^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7845c0497536c566bfef08db1a38ae1ad2c25464;p=pandora-kernel.git ext4: use search_dirblock() in ext4_dx_find_entry() Use the search_dirblock() in ext4_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 --- Reading git-diff-tree failed