Skip to content
Commit cad3f007 authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

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: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent b17b35ec
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment