]> git.decadent.org.uk Git - nfs-utils.git/commit
text-based mount.nfs: Create helpers for invoking mount(2) system call
authorChuck Lever <chuck.lever@oracle.com>
Mon, 8 Oct 2007 15:54:02 +0000 (11:54 -0400)
committerNeil Brown <neilb@suse.de>
Tue, 9 Oct 2007 01:18:04 +0000 (11:18 +1000)
commit7d31c6a73cf371cb05f7aab34a11a8acb627a85b
treead66c2fc34e9adb375b86aa9d6433179951afc52
parent0e65b81caabbc0029d17a0a5042badb1417b2b4d
text-based mount.nfs: Create helpers for invoking mount(2) system call

Add simple helper functions that invoke the mount(2) system call for
text-based mounts.  These look the same right now, but the NFSv2/v3 helper
will become more complex over the following patches as we implement version
and transport protocol fallback.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Neil Brown <neilb@suse.de>
utils/mount/stropts.c