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)
commit608f52e30aae7dc8da836e5b7b112d50a2d00e43
tree2c5d661f4f1604b7bd249c6bd949c7a64ce35053
parent528bc2cf2fccef2c2c17263f9932094bf81fee5a
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