git: kernel - devfs cleanup

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Mar 22 09:40:56 PDT 2018


commit b056467210e9bc0ad677543adced5f7f6f2befa7
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Mar 22 09:38:09 2018 -0700

    kernel - devfs cleanup
    
    * staticize two functions, remove *_fff() from manual pages (now
      static).
    
    * Adjust documentation.
    
    * Rename internal function from devfs_clone_bitmap_resize() to
      devfs_clone_bitmap_extend().  Document the slight weirdness in
      the extent of the passed-in 'newchunks' parameter, but do not change
      the API.
    
    Submitted-by: Aaron LI, with added code comments by Matt

Summary of changes:
 Makefile_upgrade.inc                |  1 +
 share/man/man9/Makefile             |  1 -
 share/man/man9/make_autoclone_dev.9 | 23 ++++++-------------
 sys/sys/devfs.h                     |  4 +---
 sys/vfs/devfs/devfs_helper.c        | 45 ++++++++++++++++++++++++++-----------
 5 files changed, 41 insertions(+), 33 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b056467210e9bc0ad677543adced5f7f6f2befa7


-- 
DragonFly BSD source repository


More information about the Commits mailing list