From: Chuck Lever Date: Mon, 8 Oct 2007 15:54:02 +0000 (-0400) Subject: text-based mount.nfs: Create helpers for invoking mount(2) system call X-Git-Tag: nfs-utils-1-1-1~23 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=7d31c6a73cf371cb05f7aab34a11a8acb627a85b;hp=7d31c6a73cf371cb05f7aab34a11a8acb627a85b 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 Signed-off-by: Neil Brown ---