Lower minimum file system block size to 128 bytes

This commit is contained in:
Benjamin Fleischer 2016-05-10 00:56:39 +02:00
parent 92d437837b
commit 16440b1296
2 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@
*/ */
#define FUSE_DEFAULT_BLOCKSIZE 4096 #define FUSE_DEFAULT_BLOCKSIZE 4096
#define FUSE_MIN_BLOCKSIZE 512 #define FUSE_MIN_BLOCKSIZE 128
#define FUSE_MAX_BLOCKSIZE MAXBSIZE #define FUSE_MAX_BLOCKSIZE MAXBSIZE
/* /*

2
kext

@ -1 +1 @@
Subproject commit 116cf6b7cd4880c97d1e782bf07dd142ba7daeee Subproject commit e6327fdf572f3380c6a4fe2ef9690de7d93a71a5