summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Macy <[email protected]>2019-12-03 09:51:44 -0800
committerBrian Behlendorf <[email protected]>2019-12-03 09:51:44 -0800
commitbff8fb395b1f2b84a47f8245dd43f4945cab8e77 (patch)
tree2d6a9acec706650448f027dac9bd1cdddc333048
parent74d1d749596d9d60723e05be3a5e24600721a32c (diff)
Mark write_record static
The write_record() function is private and should be marked as such. Reviewed-by: Allan Jude <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Matt Macy <[email protected]> Closes #9665
-rw-r--r--module/zfs/dmu_diff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/zfs/dmu_diff.c b/module/zfs/dmu_diff.c
index e08cf21ab..a573a2e1b 100644
--- a/module/zfs/dmu_diff.c
+++ b/module/zfs/dmu_diff.c
@@ -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;