ANDROID: fix up 9p filesystem due to CFI non-upstream patches
authorGreg Kroah-Hartman <gregkh@google.com>
Wed, 31 Jul 2019 07:09:24 +0000 (09:09 +0200)
committerAlistair Delva <adelva@google.com>
Thu, 1 Aug 2019 21:39:18 +0000 (21:39 +0000)
commit935e2aee52d9cb856478d3f0a5692a8f40d55a58
tree4ee4c77e30533be18cc4535451f5c44daf597f01
parent1391d3b9b230b330b5babb310e42df262120f5bf
ANDROID: fix up 9p filesystem due to CFI non-upstream patches

I don't know why this suddenly stopped building, but the 9p filesystem
was not properly updated for the CFI patchset.  The change itself
(changing the type of filler_t) seems to not be fully correct, but given
that the patchset is not merged upstream yet, it's hard to determine if
that really is true or not.

This patch fixes the build, which is the main issue here.

Bug: 67506682
Cc: Sami Tolvanen <samitolvanen@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
(cherry picked from commit f162caa29ea874231f6a334a6363f87f9e5b8da1)

Change-Id: I7fcdb37998e187d06e75de5d8cb053757365b970
fs/9p/vfs_addr.c