Author: mav Date: Tue Apr 8 22:36:39 2014 New Revision: 264283 URL: http://svnweb.freebsd.org/changeset/base/264283
Log: Another fix for r264274. Last moment cosmetic changes are evil! Modified: head/sys/cam/ctl/ctl_backend_block.c Modified: head/sys/cam/ctl/ctl_backend_block.c ============================================================================== --- head/sys/cam/ctl/ctl_backend_block.c Tue Apr 8 22:12:01 2014 (r264282) +++ head/sys/cam/ctl/ctl_backend_block.c Tue Apr 8 22:36:39 2014 (r264283) @@ -823,7 +823,7 @@ ctl_be_block_unmap_dev(struct ctl_be_blo beio->io_len += len; ctl_be_block_unmap_dev_range(be_lun, beio, scsi_8btou64(buf->lba) * be_lun->blocksize, len, - (end - buf < 32) ? TRUE : FALSE); + (end - buf < 2) ? TRUE : FALSE); } } else ctl_be_block_unmap_dev_range(be_lun, beio, _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"