ext3: Use search_dirblock() in ext3_dx_find_entry()
authorTheodore Ts'o <tytso@mit.edu>
Sat, 16 Oct 2010 23:37:00 +0000 (19:37 -0400)
committerJan Kara <jack@suse.cz>
Thu, 6 Jan 2011 10:52:15 +0000 (11:52 +0100)
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" <tytso@mit.edu>
Cc: Brad Spengler <spender@grsecurity.net>
Signed-off-by: Jan Kara <jack@suse.cz>

No differences found