J Duff wrote: > Under what circumstances would the BP_IDENTITY of zio->io_bp not equal the > BP_IDENTITY of zio->io_orig_bp? > > Duff > -- > This messages posted from opensolaris.org > _______________________________________________ > zfs-code mailing list > zfs-code at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-code > Duff,
One case is when we've performed a write-retry. During the process of retrying we will allocate a new io_bp but the io_bp_orig will still point to the original. Thanks, George