From d6217bb2a0450a9c4279526b5de5b21e3e3575d8 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sat, 15 Oct 2016 18:49:52 -0700 Subject: Drop -o large_read mount option This was only relevant for 2.4 kernels. Fixes #92. --- 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 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 }; -- cgit v1.2.3