Skip to content
Commit 15c006a2 authored by Robin Dong's avatar Robin Dong Committed by Theodore Ts'o
Browse files

ext4: remove unused function argument 'order' in mb_find_extent()



All the routines call mb_find_extent are setting argument 'order' to 0
just like:

	mb_find_extent(e4b, 0, ex.fe_start, ex.fe_len, &ex);

therefore the useless argument should be removed.

Signed-off-by: default avatarRobin Dong <sanbai@taobao.com>
Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent cc6eb18d
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