cache_fplookup: quiet gcc -Wreturn-type

Reviewed by:	markj, mjg
Sponsored by:	Dell EMC Isilon
Differential Revision:	https://reviews.freebsd.org/D27555
This commit is contained in:
Ryan Libby 2020-12-11 22:51:44 +00:00
parent 1bcdbfc5de
commit d3bbf8af68

View File

@ -4603,6 +4603,7 @@ out:
cache_fpl_cleanup_cnp(cnp);
return (error);
}
__assert_unreachable();
}
/*