ext4: optimize ext4_check_dir_entry() with unlikely() annotations
authorTheodore Ts'o <tytso@mit.edu>
Mon, 20 Dec 2010 03:07:02 +0000 (22:07 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 20 Dec 2010 03:07:02 +0000 (22:07 -0500)
This function gets called a lot for large directories, and the answer
is almost always "no, no, there's no problem".  This means using
unlikely() is a good thing.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found