Date: Thu, 3 Dec 2015 19:41:31 -0800 From: Bryan Drewery <bdrewery@FreeBSD.org> To: "Kenneth D. Merry" <ken@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r291741 - head/sys/geom Message-ID: <56610B6B.8010708@FreeBSD.org> In-Reply-To: <201512040338.tB43cZY1053263@repo.freebsd.org> References: <201512040338.tB43cZY1053263@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --kn5bA3HGcasqLuCCXtMuWcKXDKJEroFIc Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 12/3/2015 7:38 PM, Kenneth D. Merry wrote: > g_disk_limit(struct disk *dp, struct bio *bp) > { > bool limited =3D false; > - off_t d_maxsize; > - > - d_maxsize =3D (bp->bio_cmd =3D=3D BIO_DELETE) ? > - dp->d_delmaxsize : dp->d_maxsize; > + off_t maxsz =3D g_disk_maxsize(dp, bp); This looks like a style issue. --=20 Regards, Bryan Drewery --kn5bA3HGcasqLuCCXtMuWcKXDKJEroFIc Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJWYQtwAAoJEDXXcbtuRpfPa2MH/2Se7XBr/1hD45DPSlcDqeYA ZMc0ab0Fh1FIdiIK4aFFBNUMbQQiqd/147oIK/ohTvjsDxKy7bdK7o4HDVySYFjZ vhMmV3+cOG7IY0PkRGBdQTWiDfV2+FN87Or9rIGVRHvS40Qf3EDQemXC7nTyvkDN 4Fu24JWIIjcD1jDheoUsAMiHYbwN/bdOJVPDPmPuMZ/3bfHLou4y4tu7DtpBs76t 3Z59bQKjXHhM+qsqOJO+a69Pbl2dHWj9vWbGR9+TsK3glCouHiFqDlOJXGa3HNv4 cmxJte2yd2WVTMPMVfJthkMGdRBfNNVNgCzFQYHDZGfONchncrm0XzGIDUoq7Q0= =wxF3 -----END PGP SIGNATURE----- --kn5bA3HGcasqLuCCXtMuWcKXDKJEroFIc--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?56610B6B.8010708>