git: kernel - support dummy reallocblks in devfs

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Sep 19 14:15:08 PDT 2017


commit 9a20a70d0faa707da605969275159650084dd124
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Tue Sep 19 14:13:57 2017 -0700

    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

Summary of changes:
 sys/vfs/devfs/devfs_vnops.c | 2 ++
 1 file changed, 2 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9a20a70d0faa707da605969275159650084dd124


-- 
DragonFly BSD source repository



More information about the Commits mailing list