git: kernel: Remove some dead code.

Sascha Wildner swildner at crater.dragonflybsd.org
Sun Oct 5 04:56:03 PDT 2014


commit 63bae95bf6b07052b3146715ca8525d16ec7fddc
Author: Sascha Wildner <saw at online.de>
Date:   Sun Oct 5 13:55:45 2014 +0200

    kernel: Remove some dead code.
    
    While here, also remove an unnecessary NULL check in smbfs (M_WAITOK is used)
    and use M_ZERO instead of an explicit bzero().
    
    Submitted-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>

Summary of changes:
 sys/kern/subr_firmware.c     |  5 +----
 sys/vfs/smbfs/smbfs_vfsops.c | 31 +------------------------------
 2 files changed, 2 insertions(+), 34 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/63bae95bf6b07052b3146715ca8525d16ec7fddc


-- 
DragonFly BSD source repository



More information about the Commits mailing list