Searched hist:242092 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/fs/smbfs/
H A Dsmbfs_smb.cdiff 242092 Thu Oct 25 18:38:46 MDT 2012 davide - Remove the references to the deprecated zalloc kernel interface
- Use M_ZERO flag in malloc() rather than bzero()
- malloc() with M_NOWAIT can't return NULL so there's no need to check

Reviewed by: alc
Approved by: alc
H A Dsmbfs_vfsops.cdiff 242092 Thu Oct 25 18:38:46 MDT 2012 davide - Remove the references to the deprecated zalloc kernel interface
- Use M_ZERO flag in malloc() rather than bzero()
- malloc() with M_NOWAIT can't return NULL so there's no need to check

Reviewed by: alc
Approved by: alc

Completed in 163 milliseconds