Skip to content
Commit 62a1391d authored by Haibo Liu's avatar Haibo Liu Committed by Theodore Ts'o
Browse files

ext4: remove an unused statement in ext4_mb_get_buddy_page_lock()



In this patch, the statement "poff = block % blocks_per_page"
in ext4_mb_get_buddy_page_lock has no effect.

It will be optimized out by the compiler, but it's better to remove it.

Signed-off-by: default avatarHaibo Liu <HaiboLiu6@gmail.com>
Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent e7bcf823
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment