From 0bef21e8543dda7f02b5f4cb3008a7292d249842 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Fri, 7 Oct 2016 20:57:53 -0700 Subject: Removed -o nonempty option This brings the default behavior in-line with that of the regular `mount` command. --- lib/mount_bsd.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/mount_bsd.c') diff --git a/lib/mount_bsd.c b/lib/mount_bsd.c index c838fcf..dc05506 100644 --- a/lib/mount_bsd.c +++ b/lib/mount_bsd.c @@ -90,7 +90,6 @@ static const struct fuse_opt fuse_mount_opts[] = { * handle them */ FUSE_OPT_KEY("fsname=", KEY_KERN), - FUSE_OPT_KEY("nonempty", KEY_KERN), FUSE_OPT_END }; -- cgit v1.2.3