Re: ffs_write: include vnode type in panic message

2018-07-21 Thread Mark Kettenis
> Date: Sat, 21 Jul 2018 10:08:58 +0200 > From: Anton Lindqvist > > Comments? OK? ok kettenis@ > Index: ffs_vnops.c > === > RCS file: /cvs/src/sys/ufs/ffs/ffs_vnops.c,v > retrieving revision 1.91 > diff -u -p -r1.91 ffs_vnops.c > -

ffs_write: include vnode type in panic message

2018-07-21 Thread Anton Lindqvist
Hi, A minor correction, include the vnode type just like ffs_read() does when it encounters an unsupported type and panics. Comments? OK? Index: ffs_vnops.c === RCS file: /cvs/src/sys/ufs/ffs/ffs_vnops.c,v retrieving revision 1.91 di