Re: [PATCH] mkfs: fix blkid probe API violations causing weird output

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Apr 15, 2025 at 09:50:44PM -0700, Darrick J. Wong wrote:
> static int probe_apfs(blkid_probe pr, const struct blkid_idmag *mag)
> {
> 	struct apfs_super_block *sb;
> 
> 	sb = blkid_probe_get_sb(pr, mag, struct apfs_super_block);
> 	if (!sb)
> 		return errno ? -errno : BLKID_PROBE_NONE;
> 
> So I guess it's just ... super broken?

Heh.  Please just send this report to the util-linux list.





[Index of Archives]     [XFS Filesystem Development (older mail)]     [Linux Filesystem Development]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux RAID]     [Linux SCSI]


  Powered by Linux