Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/fs/sysvbfs
In article <20150102165102.D42CA51%cvs.netbsd.org@localhost>,
Juergen Hannken-Illjes <source-changes-d%NetBSD.org@localhost> wrote:
>
>@@ -336,6 +336,7 @@ sysvbfs_loadvnode(struct mount *mp, stru
> }
>
> bnode = pool_get(&sysvbfs_node_pool, PR_WAITOK);
>+ memset(bnode, 0, sizeof(*bnode));
Why don't we have PR_ZERO?
christos
Home |
Main Index |
Thread Index |
Old Index