Re: svn commit: r270149 - head/sys/geom

2014-08-18 Thread Sergey Kandaurov
On 19 August 2014 00:05, Alexander Kabaev wrote: > On Mon, 18 Aug 2014 23:51:32 +0400 > Sergey Kandaurov wrote: > >> On 18 August 2014 23:27, Scott Long wrote: >> > Author: scottl >> > Date: Mon Aug 18 19:27:47 2014 >> > New Revision: 270149 >> > URL: http://svnweb.freebsd.org/changeset/base/270

Re: svn commit: r270149 - head/sys/geom

2014-08-18 Thread Alexander Kabaev
On Mon, 18 Aug 2014 23:51:32 +0400 Sergey Kandaurov wrote: > On 18 August 2014 23:27, Scott Long wrote: > > Author: scottl > > Date: Mon Aug 18 19:27:47 2014 > > New Revision: 270149 > > URL: http://svnweb.freebsd.org/changeset/base/270149 > > > > Log: > > Deal explicitly with possible failure

Re: svn commit: r270149 - head/sys/geom

2014-08-18 Thread Sergey Kandaurov
On 18 August 2014 23:27, Scott Long wrote: > Author: scottl > Date: Mon Aug 18 19:27:47 2014 > New Revision: 270149 > URL: http://svnweb.freebsd.org/changeset/base/270149 > > Log: > Deal explicitly with possible failures of make_dev_alias_p() in GEOM. > > Submitted by: Mariusz Zaborski >

svn commit: r270149 - head/sys/geom

2014-08-18 Thread Scott Long
Author: scottl Date: Mon Aug 18 19:27:47 2014 New Revision: 270149 URL: http://svnweb.freebsd.org/changeset/base/270149 Log: Deal explicitly with possible failures of make_dev_alias_p() in GEOM. Submitted by: Mariusz Zaborski MFC after: 3 days Modified: head/sys/geom/geom_dev.c