summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/malloc.c
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2008-03-05 09:41:22 +0000
committerrodrigc <rodrigc@FreeBSD.org>2008-03-05 09:41:22 +0000
commitb3c805a899bc1bf721470e47dacd778e2dd77842 (patch)
tree13fda9b4a6e6112a63d46bdfa846c3d6929274cb /lib/libc/stdlib/malloc.c
parentfbbd44cc2de010dead74208bea6cbd581cf92150 (diff)
downloadFreeBSD-src-b3c805a899bc1bf721470e47dacd778e2dd77842.zip
FreeBSD-src-b3c805a899bc1bf721470e47dacd778e2dd77842.tar.gz
In nfs_mount(), default initialize struct nfs_args
the same way that it is default initialized in revision 1.77 of mount_nfs.c. Right now, this is a no-op, because currently we initialize struct nfs_args in mount_nfs in userspace, and pass it down into the kernel via nmount(), so we overwrite whatever we initialize here with the value passed in from userspace. However, this lays the groundwork for moving away from passing struct nfs_args from userspace to kernel via nmount(), so that we can instead pass string mount options via nmount() which can be parsed in the kernel. This will make it easier to add new NFS mount options.
Diffstat (limited to 'lib/libc/stdlib/malloc.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud