RE: I/O and db_file_multiblock_read_count

forgot to add...when in doubt read the man page I guess:
 
NULL(4)                            Linux Programmerâs Manual                    
       NULL(4)
 
NAME
       null, zero - data sink
 
DESCRIPTION
       Data written on a null or zero special file is discarded.
 
       Reads  from  the  null  special file always return end of file, whereas 
reads from zero
       always return \0 characters.
 
    

Other related posts: