Re: svn commit: r357679 - head/sys/kern

2020-02-09 Thread Enji Cooper (yaneurabeya)
> On Feb 8, 2020, at 07:51, Mateusz Guzik wrote: > > Author: mjg > Date: Sat Feb 8 15:51:08 2020 > New Revision: 357679 > URL: https://svnweb.freebsd.org/changeset/base/357679 > > Log: > vfs: remove now useless ENODEV handling from vn_fullpath consumers > > Noted by:ngie Thank you Mat

svn commit: r357679 - head/sys/kern

2020-02-08 Thread Mateusz Guzik
Author: mjg Date: Sat Feb 8 15:51:08 2020 New Revision: 357679 URL: https://svnweb.freebsd.org/changeset/base/357679 Log: vfs: remove now useless ENODEV handling from vn_fullpath consumers Noted by: ngie Modified: head/sys/kern/kern_jail.c head/sys/kern/vfs_mount.c Modified: head