]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r278790, r278802:
authorpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 22 Feb 2015 02:14:49 +0000 (02:14 +0000)
committerpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 22 Feb 2015 02:14:49 +0000 (02:14 +0000)
commit100aae5a9c451dae3162c568544a2327b103a135
treee79fa073006eeaa68ed1ee5a080c49f40327cfe3
parentdb1104ea7cb417f0b806c45d61f779e57e88fd4f
MFC r278790, r278802:
Initialize the allocation of variables related to the ext2 allocator.

Use malloc to clear the values and initialize e2fs_contigdirs
during allocation.  free() e2fs_contigdirs upon error.

While here clean up small style issues.

git-svn-id: svn://svn.freebsd.org/base/stable/10@279133 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/fs/ext2fs/ext2_vfsops.c