Date: Tue, 29 Dec 2009 23:28:13 +0000 (UTC) From: "Justin T. Gibbs" <gibbs@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/xen gnttab.c Message-ID: <200912292328.nBTNSTMm062495@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
gibbs 2009-12-29 23:28:13 UTC FreeBSD src repository Modified files: sys/xen gnttab.c Log: SVN rev 201234 on 2009-12-29 23:28:13Z by gibbs Correct bug introduced while purging the -ERRNO Linuxism from the grant table API. Valid grant refs are in the range of positive 32bit integers. ENOSPACE, being 29, is also a positive integer. Return GNTTAB_LIST_END (-1) instead when gnttab_claim_grant_reference() fails. Revision Changes Path 1.8 +1 -1 src/sys/xen/gnttab.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912292328.nBTNSTMm062495>