kernel - B_IODEBUG -> B_IOISSUED
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 11 Jun 2016 22:10:22 +0000 (15:10 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 11 Jun 2016 22:10:22 +0000 (15:10 -0700)
commit3b2afb6786813ec0e45a2687e9024ee27e00c843
treeaaa36438dbe0625005c0771e8c156dfa69fa195c
parentfff08b59673f26c0ba490269defc15798a0a3b73
kernel - B_IODEBUG -> B_IOISSUED

* Rename this flag.  It still operates the same way.

  This flag is set by the kernel upon an actual I/O read into a buffer
  cache buffer and may be cleared by the filesystem code to allow the
  filesystem code to detect when re-reads of the block cause another I/O
  or not.  This allows HAMMER1 and HAMMER2 to avoid calculating the check
  code over and over again if it has already been calculated.
sys/kern/vfs_bio.c
sys/kern/vfs_cluster.c
sys/sys/buf.h
sys/vfs/hammer/hammer_io.c
sys/vfs/hammer/hammer_vnops.c