kernel - support dummy reallocblks in devfs
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 19 Sep 2017 21:13:57 +0000 (14:13 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 19 Sep 2017 21:13:57 +0000 (14:13 -0700)
commit9a20a70d0faa707da605969275159650084dd124
treee1e355a66c469adc3e6c9a31fa775809f3a8ebb9
parent41d6e0487ec1c0825935ba1db8043127321f90e7
kernel - support dummy reallocblks in devfs

* cluster_write() calls VOP_REALLOCBLKS() in certain situations.

* Supply a dummy for devfs's .vop_reallocblks to avoid a panic.

Reported-by: tuxillo
sys/vfs/devfs/devfs_vnops.c