diff options
author | Greentime Hu <greentime@andestech.com> | 2018-04-19 09:38:58 +0200 |
---|---|---|
committer | Greentime Hu <greentime@andestech.com> | 2018-05-23 07:26:20 +0200 |
commit | 03969d0b3a3f6a7cd2c731eed1c4ccf76da88586 (patch) | |
tree | 71ad536a95ccab656a5ad57ee040bfecc9c0f368 /kernel/debug | |
parent | nds32: Fix drivers/gpu/drm/udl/udl_fb.c building error by defining PAGE_SHARED (diff) | |
download | linux-03969d0b3a3f6a7cd2c731eed1c4ccf76da88586.tar.xz linux-03969d0b3a3f6a7cd2c731eed1c4ccf76da88586.zip |
nds32: Fix xfs_buf built failed by export invalidate_kernel_vmap_range and flush_kernel_vmap_range
It broke the 'allmodconfig' build.
fs/xfs/xfs_buf.c: In function 'xfs_buf_bio_end_io':
fs/xfs/xfs_buf.c:1242:3: error: implicit declaration of function 'invalidate_kernel_vmap_range' [-Werror=implicit-function-declaration]
invalidate_kernel_vmap_range(bp->b_addr, xfs_buf_vmap_len(bp));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
fs/xfs/xfs_buf.c: In function 'xfs_buf_ioapply_map':
fs/xfs/xfs_buf.c:1312:4: error: implicit declaration of function 'flush_kernel_vmap_range' [-Werror=implicit-function-declaration]
flush_kernel_vmap_range(bp->b_addr,
^~~~~~~~~~~~~~~~~~~~~~~
Signed-off-by: Greentime Hu <greentime@andestech.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'kernel/debug')
0 files changed, 0 insertions, 0 deletions