[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] linux: use stat instead of udevadm for partition lookup + cl
From: |
Petr Vorel |
Subject: |
[PATCH 0/2] linux: use stat instead of udevadm for partition lookup + cleanup |
Date: |
Thu, 8 Jul 2021 17:55:56 +0200 |
Hi,
I'm backporting Jeff's patch from openSUSE + adding little cleanup.
Kind regards,
Petr
Jeff Mahoney (1):
grub2: use stat instead of udevadm for partition lookup
Petr Vorel (1):
osdep: Introduce major.h and use it
grub-core/osdep/devmapper/getroot.c | 7 +------
grub-core/osdep/devmapper/hostdisk.c | 7 +------
grub-core/osdep/linux/getroot.c | 7 +------
grub-core/osdep/linux/hostdisk.c | 8 ++++++++
grub-core/osdep/unix/getroot.c | 7 +------
include/grub/osdep/major.h | 30 ++++++++++++++++++++++++++++
6 files changed, 42 insertions(+), 24 deletions(-)
create mode 100644 include/grub/osdep/major.h
--
2.32.0