]> git.itanic.dy.fi Git - linux-stable/commit
ext4: optimize __ext4_check_dir_entry()
authorTheodore Ts'o <tytso@mit.edu>
Mon, 9 Dec 2019 00:43:46 +0000 (19:43 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 14 Dec 2019 22:23:14 +0000 (17:23 -0500)
commit707d1a2f601bea6110a5633054253c0cb71b44c1
tree63bfec68f40da137c381dfc977371df2c67a727d
parent109ba779d6cca2d519c5dd624a3276d03e21948e
ext4: optimize __ext4_check_dir_entry()

Make __ext4_check_dir_entry() a bit easier to understand, and reduce
the object size of the function by over 11%.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Link: https://lore.kernel.org/r/20191209004346.38526-1-tytso@mit.edu
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/dir.c