aboutsummaryrefslogtreecommitdiff
path: root/lib/mount_bsd.c
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-07 20:57:53 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-15 18:53:45 -0700
commit0bef21e8543dda7f02b5f4cb3008a7292d249842 (patch)
tree2ac14db6288588ed28d691053be1f1d5e6624965 /lib/mount_bsd.c
parent86b261490611ffb0ccd46d3f0f2ae9eca9ae98af (diff)
Removed -o nonempty option
This brings the default behavior in-line with that of the regular `mount` command.
Diffstat (limited to 'lib/mount_bsd.c')
-rw-r--r--lib/mount_bsd.c1
1 files changed, 0 insertions, 1 deletions
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
};