You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove redundant policy merge checking in walk_free_list
Because we only set the `NEXT_FREE_CELL_CAN_MERGE` bit when the policy says we
should do merges, we don't need to double check with the policy (which is a
virtual call) when walking the free list before checking if the bit is set.
0 commit comments