commit | cad3f00763dcf9dfc62cbddf4bd714ab5a71a0eb | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Dec 19 22:07:02 2010 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Dec 19 22:07:02 2010 -0500 |
tree | 02ec7c4959f5506f0b2fe128b1318e257ee6f0e4 | |
parent | b17b35ec13adfeb0346d4b329110b14adc509327 [diff] |
ext4: optimize ext4_check_dir_entry() with unlikely() annotations 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>