Re: [PATCH] block: follow links before check if cdev_is_block_partition

2025-08-05 Thread Sascha Hauer
On Wed, 23 Jul 2025 17:55:45 +0200, Marco Felsch wrote: > cdev_is_block_partition() fails if a cdev is passed which is a > parition-link. Most of our barebox code is link-aware by resolving the > links first. > > Make it more user-friendly and resolve the possible cdev parttion link > first befo

Re: [PATCH] block: follow links before check if cdev_is_block_partition

2025-07-24 Thread Ahmad Fatoum
On 7/23/25 17:55, Marco Felsch wrote: > cdev_is_block_partition() fails if a cdev is passed which is a > parition-link. Most of our barebox code is link-aware by resolving the > links first. > > Make it more user-friendly and resolve the possible cdev parttion link > first before performing the ac