]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
zpool: remove the list of pools_head
authorZhaoyu Liu <zackary.liu.pro@gmail.com>
Fri, 14 Jan 2022 22:09:19 +0000 (14:09 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 15 Jan 2022 14:30:31 +0000 (16:30 +0200)
commitf44e1e697674335f837280d5e4485d1523206ea9
treed13a11276770b487edfe5051cf815dc95499d620
parent5ee2fa2f063649570c702164f47a558a3432dd9e
zpool: remove the list of pools_head

The list of pools_head is no longer needed because the caller has been
deleted in commit 479305fd7172 ("zpool: remove zpool_evict()").

Link: https://lkml.kernel.org/r/20211215163727.GA17196@pc
Signed-off-by: Zhaoyu Liu <zackary.liu.pro@gmail.com>
Cc: Dan Streetman <ddstreet@ieee.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/zpool.c