commit | 1754a9c55e0b828aed73deb7a6d053ce59427a42 | [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 | e6589851132792b1fa76af10d481dd7f8a43d44b [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