Re: svn commit: r347012 - stable/12/sys/compat/linuxkpi/common/src

2019-05-03 Thread Hans Petter Selasky
On 2019-05-02 09:32, Hans Petter Selasky wrote: On 2019-05-02 04:26, Johannes Lundberg wrote: Author: johalun Date: Thu May  2 02:26:42 2019 New Revision: 347012 URL: https://svnweb.freebsd.org/changeset/base/347012 Log:    MFC r346712:    Don't call cdev_init where cdev_alloc is called. cdev_a

Re: svn commit: r347012 - stable/12/sys/compat/linuxkpi/common/src

2019-05-02 Thread Hans Petter Selasky
On 2019-05-02 04:26, Johannes Lundberg wrote: Author: johalun Date: Thu May 2 02:26:42 2019 New Revision: 347012 URL: https://svnweb.freebsd.org/changeset/base/347012 Log: MFC r346712: Don't call cdev_init where cdev_alloc is called. cdev_alloc already handles initialization. Ple

svn commit: r347012 - stable/12/sys/compat/linuxkpi/common/src

2019-05-01 Thread Johannes Lundberg
Author: johalun Date: Thu May 2 02:26:42 2019 New Revision: 347012 URL: https://svnweb.freebsd.org/changeset/base/347012 Log: MFC r346712: Don't call cdev_init where cdev_alloc is called. cdev_alloc already handles initialization. Reviewed by: hps Approved by: imp (mentor) Modifie