platform_system_core/libappfuse
Daichi Hirono 471ad6a59d Use FUSE_COMPAT_22_INIT_OUT_SIZE always if available.
We return the minor version number 15 to FUSE_INIT since we don't handle
BATCH_FORGET. Thus the kernel does not accept the latest size of
fuse_init_out. Instead we need to use FUSE_COMPAT_22_INIT_OUT_SIZE.

Bug: 32779923
Test: libappfuse_test

Change-Id: I5c979d0e45344ca8adfe3ad3f4a9561442abcb3a
2016-11-16 01:56:00 +00:00
..
include/libappfuse Add FuseBridgeLoop to libappfuse. 2016-10-27 15:04:15 +09:00
tests Use FUSE_COMPAT_22_INIT_OUT_SIZE always if available. 2016-11-16 01:56:00 +00:00
Android.bp Add FuseBridgeLoop to libappfuse. 2016-10-27 15:04:15 +09:00
FuseBridgeLoop.cc Add FuseBridgeLoop to libappfuse. 2016-10-27 15:04:15 +09:00
FuseBuffer.cc Use FUSE_COMPAT_22_INIT_OUT_SIZE always if available. 2016-11-16 01:56:00 +00:00