* fuse_opt: add new helper constants FUSE_OPT_KEY_KEEP and
FUSE_OPT_KEY_DISCARD
+ * Sanitize storage type and help message in mount_bsd.c. Patch
+ from Csaba Henk
+
2006-01-19 Miklos Szeredi <miklos@szeredi.hu>
* lib: if "fsname=" option was given, pass it to fusermount
FILE *sf;
int rv;
char *seekscript =
+ "exec 2>/dev/null; " /* error message is annoying in help output */
"/usr/bin/fstat " FUSE_DEV_TRUNK "* | "
"/usr/bin/awk 'BEGIN{ getline; if (! ($3 == \"PID\" && $10 == \"NAME\")) exit 1; }; "
" { if ($3 == %d) print $10; }' | "
system(umount_cmd);
}
-int fuse_mount_core(const char *mountpoint, const char *opts)
+static int fuse_mount_core(const char *mountpoint, const char *opts)
{
const char *mountprog = FUSERMOUNT_PROG;
int fd;