Skip to content

Commit

Permalink
KM_PUSH => KM_PUSHPAGE
Browse files Browse the repository at this point in the history
Fix typo in 1706452

Signed-off-by: Chris Dunlop <[email protected]>
Issue openzfs#917
  • Loading branch information
chrisrd committed Sep 1, 2012
1 parent 1706452 commit ae3b38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/zfs/dsl_scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ dsl_scan_visitbp(blkptr_t *bp, const zbookmark_t *zb,
arc_buf_t *buf = NULL;
blkptr_t *bp_toread;

bp_toread = kmem_alloc(sizeof (blkptr_t), KM_PUSH);
bp_toread = kmem_alloc(sizeof (blkptr_t), KM_PUSHPAGE);
*bp_toread = *bp;

/* ASSERT(pbuf == NULL || arc_released(pbuf)); */
Expand Down

0 comments on commit ae3b38a

Please sign in to comment.