fix filler_t callback type mismatches v2

From: Christoph Hellwig
Date: Mon May 20 2019 - 02:00:47 EST


Casting mapping->a_ops->readpage to filler_t causes an indirect call
type mismatch with Control-Flow Integrity checking. This change fixes
the mismatch in read_cache_page_gfp and read_mapping_page by adding
using a NULL filler argument as an indication to call ->readpage
directly, and by passing the right parameter callbacks in nfs and jffs2.

Changes since v1:
- add the 9p patch to the series
- drop the nfs patch that has been merged