dirfs - Change debug levels
authorAntonio Huete Jimenez <tuxillo@quantumachine.net>
Sun, 26 Jul 2015 14:49:35 +0000 (07:49 -0700)
committerAntonio Huete Jimenez <tuxillo@quantumachine.net>
Mon, 27 Jul 2015 17:04:48 +0000 (10:04 -0700)
commit26ec059c47252adef968f37eda2946708023db0d
tree42a5b8444714ee518490b1d33e68f23f618c9262
parent63ad7bd43cbe77c9af63049a7bf93b51742e890f
dirfs - Change debug levels

- Specific debug levels are specified for easier debugging:

    1       Calls to VFS operations (mount, umount, ...)
    3       Calls to VN operations (open, close, read, ...)
    5       Calls to subroutines
    9       Everything

- Once dirfs is stabilised, debugging facilities will go and
  only KTR will remain.
sys/vfs/dirfs/dirfs.h
sys/vfs/dirfs/dirfs_subr.c
sys/vfs/dirfs/dirfs_vfsops.c
sys/vfs/dirfs/dirfs_vnops.c