mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
md: merge mddev serialize_policy into mddev_flags
There is not need to use a separate field in struct mddev, there are no functional changes. Link: https://lore.kernel.org/linux-raid/20260114171241.3043364-5-yukuai@fnnas.com Signed-off-by: Yu Kuai <yukuai@fnnas.com> Reviewed-by: Li Nan <linan122@huawei.com>
This commit is contained in:
@@ -28,7 +28,8 @@ module_param(default_layout, int, 0644);
|
||||
(1L << MD_FAILFAST_SUPPORTED) |\
|
||||
(1L << MD_HAS_PPL) | \
|
||||
(1L << MD_HAS_MULTIPLE_PPLS) | \
|
||||
(1L << MD_FAILLAST_DEV))
|
||||
(1L << MD_FAILLAST_DEV) | \
|
||||
(1L << MD_SERIALIZE_POLICY))
|
||||
|
||||
/*
|
||||
* inform the user of the raid configuration
|
||||
|
||||
Reference in New Issue
Block a user