]> git.baikalelectronics.ru Git - kernel.git/commit
md: mark some personalities as deprecated
authorGuoqing Jiang <jgq516@gmail.com>
Tue, 25 May 2021 09:46:23 +0000 (17:46 +0800)
committerSong Liu <song@kernel.org>
Tue, 15 Jun 2021 05:32:07 +0000 (22:32 -0700)
commit614b6d7a782c2404020db57fa529dc2a3d42d0c8
tree2c5d661f4f1604b7bd249c6bd949c7a64ce35053
parentde75dcb5ba1ead8d140b58f33009045130d83612
md: mark some personalities as deprecated

Mark the three personalities (linear, fault and multipath) as deprecated
because:

1. people can use dm multipath or nvme multipath.
2. linear is already deprecated in MODULE_ALIAS.
3. no one actively using fault.

Signed-off-by: Guoqing Jiang <jiangguoqing@kylinos.cn>
Signed-off-by: Song Liu <song@kernel.org>
drivers/md/Kconfig
drivers/md/md-faulty.c
drivers/md/md-linear.c
drivers/md/md-multipath.c