mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-26 16:18:31 +00:00
This function returns nothing.
This commit is contained in:
parent
33361bb5db
commit
17fb8ae78f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155798
@ -54,7 +54,7 @@ g_label_ufs_taste(struct g_consumer *cp, char *label, size_t size)
|
||||
label[0] = '\0';
|
||||
|
||||
if (SBLOCKSIZE % cp->provider->sectorsize != 0)
|
||||
return (0);
|
||||
return;
|
||||
|
||||
/*
|
||||
* Walk through the standard places that superblocks hide and look
|
||||
|
Loading…
Reference in New Issue
Block a user