libshare: nfs: fix unused, remove argsused

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #12844
This commit is contained in:
наб
2021-12-12 15:26:39 +01:00
committed by Brian Behlendorf
parent bfc1789703
commit 57bff80ebf
3 changed files with 4 additions and 0 deletions
+2
View File
@@ -249,6 +249,8 @@ fullerr:
static boolean_t
nfs_is_shared_cb(void *userdata, char *line, boolean_t found_mountpoint)
{
(void) line;
boolean_t *found = userdata;
*found = found_mountpoint;
return (!found_mountpoint);