commit | ff649ea5ab6a83910e414841fd02997cf9d54e60 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Sat Sep 13 13:53:08 2014 -0700 |
committer | Christopher Ferris <cferris@google.com> | Mon Sep 15 18:29:47 2014 -0700 |
tree | 7b01798b0d48374934da78ddd2433751846a7133 | |
parent | 6e9798f2e44c82b0cd8257f96b7d23285a7edc67 [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: If2507a02ad674fcf02869a325221339ae1ace64d