commit | 471ad6a59d4ab765a5e93d5dd557057e88858974 | [log] [tgz] |
---|---|---|
author | Daichi Hirono <hirono@google.com> | Thu Nov 10 09:41:54 2016 +0900 |
committer | Daichi Hirono <hirono@google.com> | Wed Nov 16 01:56:00 2016 +0000 |
tree | 2cba6ec0c0772b8ebb049df9e2383cc55f90d5cc | |
parent | b5ce6f02dd11b42c03884dd9531c6c8a80bcecda [diff] |
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