From a10ee045e76cec75f9d8c08f78f0acc994302305 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sun, 2 Oct 2016 20:44:00 -0700 Subject: fuse_mount_opts: don't keep max_read= option. There is no consumer of it down the line. --- lib/mount.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/mount.c') diff --git a/lib/mount.c b/lib/mount.c index d7f4bdd..5001095 100644 --- a/lib/mount.c +++ b/lib/mount.c @@ -99,7 +99,6 @@ static const struct fuse_opt fuse_mount_opts[] = { FUSE_OPT_KEY("defcontext=", KEY_KERN_OPT), FUSE_OPT_KEY("rootcontext=", KEY_KERN_OPT), FUSE_OPT_KEY("max_read=", KEY_KERN_OPT), - FUSE_OPT_KEY("max_read=", FUSE_OPT_KEY_KEEP), FUSE_OPT_KEY("user=", KEY_MTAB_OPT), FUSE_OPT_KEY("-r", KEY_RO), FUSE_OPT_KEY("ro", KEY_KERN_FLAG), -- cgit v1.2.3