Skip to content
Commit 4978db5b authored by David S. Miller's avatar David S. Miller
Browse files

lmb: Fix inconsistent alignment of size argument.



When allocating, if we will align up the size when making
the reservation, we should also align the size for the
check that the space is actually available.

The simplest thing is to just aling the size up from
the beginning, then we can use plain 'size' throughout.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 94d149c3
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