diff options
| author | Song Liu <[email protected]> | 2023-12-14 14:21:07 -0800 |
|---|---|---|
| committer | Song Liu <[email protected]> | 2023-12-19 10:37:50 -0800 |
| commit | 415c7451872b0d037760795edd3961eaa63276ea (patch) | |
| tree | 4f23215abad315ad1cd2b992be10fc5a438c5d54 /include/uapi/linux | |
| parent | d8730f0cf4effa015bc5e8840d8f8fb3cdb01aab (diff) | |
md: Remove deprecated CONFIG_MD_FAULTY
md-faulty has been marked as deprecated for 2.5 years. Remove it.
Cc: Christoph Hellwig <[email protected]>
Cc: Jens Axboe <[email protected]>
Cc: Neil Brown <[email protected]>
Cc: Guoqing Jiang <[email protected]>
Cc: Mateusz Grzonka <[email protected]>
Cc: Jes Sorensen <[email protected]>
Signed-off-by: Song Liu <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Reviewed-by: Hannes Reinecke <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/raid/md_u.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/uapi/linux/raid/md_u.h b/include/uapi/linux/raid/md_u.h index b44bbc356643..7be89a4906e7 100644 --- a/include/uapi/linux/raid/md_u.h +++ b/include/uapi/linux/raid/md_u.h @@ -103,9 +103,6 @@ typedef struct mdu_array_info_s { } mdu_array_info_t; -/* non-obvious values for 'level' */ -#define LEVEL_FAULTY (-5) - /* we need a value for 'no level specified' and 0 * means 'raid0', so we need something else. This is * for internal use only |