mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
remove unneeded member drc_err of dmu_recv_cookie_t
The member drc_err of dmu_recv_cookie_t is used only locally in receive_read, so we can replace it with a local variable. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Matthew Ahrens <mahrens@delphix.com> Closes #10319
This commit is contained in:
@@ -73,7 +73,6 @@ typedef struct dmu_recv_cookie {
|
||||
struct receive_record_arg *drc_next_rrd;
|
||||
zio_cksum_t drc_cksum;
|
||||
zio_cksum_t drc_prev_cksum;
|
||||
int drc_err;
|
||||
/* Sorted list of objects not to issue prefetches for. */
|
||||
objlist_t *drc_ignore_objlist;
|
||||
} dmu_recv_cookie_t;
|
||||
|
||||
Reference in New Issue
Block a user