]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: use search_dirblock() in ext4_dx_find_entry()
authorTheodore Ts'o <tytso@mit.edu>
Thu, 28 Oct 2010 01:30:08 +0000 (21:30 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 28 Oct 2010 01:30:08 +0000 (21:30 -0400)
commit3807a91c80bbb500524cc0e78ede157cd267e8a9
tree1d5fc97acad87341c6a703dc0763fa95135923ef
parentf0aa709b7121b284d4b61c4f7b160ff7775db4ec
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" <tytso@mit.edu>
Cc: Brad Spengler <spender@grsecurity.net>
fs/ext4/namei.c