mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
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:
@@ -440,6 +440,7 @@ nfs_enable_share(sa_share_impl_t impl_share)
|
||||
static int
|
||||
nfs_disable_share_impl(sa_share_impl_t impl_share, FILE *tmpfile)
|
||||
{
|
||||
(void) impl_share, (void) tmpfile;
|
||||
return (SA_OK);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user