
Hi Tom and Eric,
ack, sure, will do. v2 in short.
Regards, Angelo
On Wed, Jan 15, 2020 at 9:47 PM Tom Rini trini@konsulko.com wrote:
On Sat, Nov 23, 2019 at 11:51:11PM +0100, Angelo Dureghello wrote:
From: Angelo Durgehello angelo.dureghello@timesys.com
On m68k, block_cache list is relocated, but next and prev list pointers are not adjusted to the relocated struct list_head address, so the first iteration over the block_cache list hangs.
This patch initializes the block_cache list after relocation.
Signed-off-by: Angelo Durgehello angelo.dureghello@timesys.com
As noted by Eric in the original posting, we don't need the indirection just for the name as there's not really a hard rule about names there, please just call the function directly, thanks!
-- Tom