svn commit: r291741 - head/sys/geom

Bryan Drewery bdrewery at FreeBSD.org
Fri Dec 4 03:41:45 UTC 2015


On 12/3/2015 7:38 PM, Kenneth D. Merry wrote:
>  g_disk_limit(struct disk *dp, struct bio *bp)
>  {
>  	bool limited = false;
> -	off_t d_maxsize;
> -
> -	d_maxsize = (bp->bio_cmd == BIO_DELETE) ?
> -	    dp->d_delmaxsize : dp->d_maxsize;
> +	off_t maxsz = g_disk_maxsize(dp, bp);

This looks like a style issue.

-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20151203/3e7ced41/attachment.bin>


More information about the svn-src-all mailing list