kdump-lib-initramfs: remove is_fs_dump_target
The function isn't used anywhere. Thus remove it to keep kdump-lib-initramfs small and simple. Signed-off-by: Philipp Rudo <prudo@redhat.com> Reviewed-by: Lichen Liu <lichliu@redhat.com> Reviewed-by: Coiby Xu <coxu@redhat.com>
This commit is contained in:
parent
ca306cd403
commit
258d285c63
@ -150,11 +150,6 @@ is_nfs_dump_target()
|
|||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
is_fs_dump_target()
|
|
||||||
{
|
|
||||||
[ -n "$(kdump_get_conf_val "ext[234]\|xfs\|btrfs\|minix\|virtiofs")" ]
|
|
||||||
}
|
|
||||||
|
|
||||||
is_lvm2_thinp_device()
|
is_lvm2_thinp_device()
|
||||||
{
|
{
|
||||||
_device_path=$1
|
_device_path=$1
|
||||||
|
Loading…
Reference in New Issue
Block a user