Add max_read to fuse_conn_info
authorNikolaus Rath <Nikolaus@rath.org>
Fri, 28 Oct 2016 04:38:42 +0000 (21:38 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Fri, 28 Oct 2016 04:38:42 +0000 (21:38 -0700)
commite885e84f796da2433907e57358bc4916bca30a50
tree278350db190c3f8f50933397d368cc9fbbbe74e9
parent4fade0c616a9227e42043ac3332f0fc59a6df327
Add max_read to fuse_conn_info

Eventually, this setting should be negotiated in the filesystem's init()
handler (like e.g. max_write). However, this requires corresponding
changes in the FUSE kernel module. In preparation for this (and to allow
a transition period) we already allow (and require) filesystems to set
the value in the init() handler in addition to the mount option.

The end-goal is tracked in issue #91.
ChangeLog.rst
doc/mount.fuse.8
include/fuse_common.h
lib/fuse_i.h
lib/fuse_lowlevel.c
lib/mount.c
lib/mount_bsd.c