git: sys/kern: Change "bufcache" to "buffer cache" in warning message
    Tomohiro Kusumi 
    tkusumi at crater.dragonflybsd.org
       
    Sat Mar  5 03:54:58 PST 2016
    
    
  
commit b7f4adf6910df2f663f537ea771f61a0756ca423
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Sat Mar 5 19:57:34 2016 +0900
    sys/kern: Change "bufcache" to "buffer cache" in warning message
    
    It's better with "buffer cache".
    This is the only "bufcache".
    
     # grep "bufcache" sys/ -rI
     sys/kern/vfs_bio.c:                         "during bufcache page allocation from %s\n",
     # grep "buffer cache" sys/ -rI | wc -l
          214
Summary of changes:
 sys/kern/vfs_bio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b7f4adf6910df2f663f537ea771f61a0756ca423
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list