block: always use st_dev (device ID) of / when looking for root
authorRafał Miłecki <rafal@milecki.pl>
Sat, 2 May 2020 12:05:11 +0000 (14:05 +0200)
committerRafał Miłecki <rafal@milecki.pl>
Tue, 5 May 2020 06:49:36 +0000 (08:49 +0200)
commit8b9e601160712f74ff46313579d0225a7f90ca3c
tree9efae533ada1f9581ea4937132e9f5de2e828001
parent37c9148a3ae17665e75f99b459b6ff2b461d6739
block: always use st_dev (device ID) of / when looking for root

Use this method even if UBIFS extroot support is enabled. This is needed
on x86 systems (using F2FS for overlay) as they may still come with F2FS
enabled.

Ref: https://bugs.openwrt.org/index.php?do=details&task_id=2231
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
block.c