Mark write_record static

The write_record() function is private and should be marked as such.

Reviewed-by: Allan Jude <allanjude@freebsd.org>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Matt Macy <mmacy@FreeBSD.org>
Closes #9665
This commit is contained in:
Matthew Macy 2019-12-03 09:51:44 -08:00 committed by Brian Behlendorf
parent 74d1d74959
commit bff8fb395b

View File

@ -50,7 +50,7 @@ typedef struct dmu_diffarg {
dmu_diff_record_t da_ddr;
} dmu_diffarg_t;
int
static int
write_record(dmu_diffarg_t *da)
{
zfs_file_t *fp;