commit | 1d30c2fe19fdbdfd6e5f52102247cf01b87e586e | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Tue Sep 16 14:53:39 2014 -0700 |
committer | Christopher Ferris <cferris@google.com> | Wed Sep 17 17:10:41 2014 -0700 |
tree | 3f46ac3107116bb56b8f696faf909543afe73159 | |
parent | 52ae67d659e92bdd32c7c2a6b4d09dfe94e987fe [diff] |
Use the correct fuse_init_out structure size. Kernel 2.6.16 is the first stable kernel with struct fuse_init_out defined (fuse version 7.6). The structure is the same from 7.6 through 7.22. Beginning with 7.23, the structure increased in size and added new parameters. If the kernel only works on minor revs older than or equal to 22, then use the older structure size since this code only uses the 7.22 version of the structure. Change-Id: I00d7530e01e6b4718dcd04ad2484959d12ef4a65