msm8994: Update fuse.h to support version 7.23

Currently, fuse.h in bionic supports fuse version 7.22.
Update fuse.h to support version 7.23 on msm8994

  From system/core/sdcard/
  commit ff649ea5ab6a83910e414841fd02997cf9d54e60
  Author: Christopher Ferris <cferris@google.com>
  Date:   Sat Sep 13 13:53:08 2014 -0700

      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

Change-Id: Id18ed2250c8499319027efccf0ba4527ee884857
2 files changed
tree: 0c49d0b23e677e91f1de814a07a24ce97d35bc2e
  1. kernel-headers/
  2. original-kernel-headers/
  3. msm8992.mk
  4. msm8994.mk