aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mount_bsd.c
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2016-10-15 18:49:52 -0700
committerNikolaus Rath <Nikolaus@rath.org>2016-10-15 18:49:52 -0700
commitd6217bb2a0450a9c4279526b5de5b21e3e3575d8 (patch)
tree312fa0aff0bbfb08c55c3789875db9795a3e05c1 /lib/mount_bsd.c
parent73b6ff4b75cf1228ea61262c293fcb2fda5dfeea (diff)
downloadlibfuse-d6217bb2a0450a9c4279526b5de5b21e3e3575d8.tar.gz
Drop -o large_read mount option
This was only relevant for 2.4 kernels. Fixes #92.
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 bc3ed89..c838fcf 100644
--- a/lib/mount_bsd.c
+++ b/lib/mount_bsd.c
@@ -91,7 +91,6 @@ static const struct fuse_opt fuse_mount_opts[] = {
*/
FUSE_OPT_KEY("fsname=", KEY_KERN),
FUSE_OPT_KEY("nonempty", KEY_KERN),
- FUSE_OPT_KEY("large_read", KEY_KERN),
FUSE_OPT_END
};