kernel - devfs cleanup
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 22 Mar 2018 16:38:09 +0000 (09:38 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 22 Mar 2018 16:38:09 +0000 (09:38 -0700)
commitb056467210e9bc0ad677543adced5f7f6f2befa7
tree450a5f8d19fc43e2c3cfd797784bc9ca726b7f8f
parent07fdfc85a3fd7b91a080df67961bc2b1df061282
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
Makefile_upgrade.inc
share/man/man9/Makefile
share/man/man9/make_autoclone_dev.9
sys/sys/devfs.h
sys/vfs/devfs/devfs_helper.c