commit | 5026e90b86684bc878e4db0a8cd043fed769719c | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Oct 16 19:37:00 2010 -0400 |
committer | Jan Kara <jack@suse.cz> | Thu Jan 06 11:52:15 2011 +0100 |
tree | dca74ba7e855871158d8a58f3472503b4a5ec9ab | |
parent | f0cad89f5e8ef8b6d0c065115565524137e44f0b [diff] |
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" <tytso@mit.edu> Cc: Brad Spengler <spender@grsecurity.net> Signed-off-by: Jan Kara <jack@suse.cz>