Christopher Ferris 1d30c2fe19 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
2014-09-17 17:10:41 -07:00
2013-03-07 13:34:24 -08:00
2014-07-10 10:55:07 -07:00
2014-05-09 18:09:28 +00:00
2013-10-10 14:19:19 -07:00
2013-10-10 14:19:19 -07:00
2014-03-14 13:51:39 -07:00
2014-07-10 10:55:07 -07:00
2012-01-10 10:18:17 -08:00
2014-04-25 15:47:34 -07:00
2014-07-10 10:55:07 -07:00
2014-06-06 09:01:57 -07:00
2014-06-06 09:01:57 -07:00
Description
No description provided
102 MiB
Languages
C++ 50.2%
C 43.6%
Makefile 1.9%
Java 1.8%
Roff 1%
Other 1.4%