Skip to content

Commit

Permalink
Mark write_record static
Browse files Browse the repository at this point in the history
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 openzfs#9665
  • Loading branch information
mattmacy authored and behlendorf committed Dec 3, 2019
1 parent 74d1d74 commit bff8fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/zfs/dmu_diff.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bff8fb3

Please sign in to comment.