summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/syscalls
diff options
context:
space:
mode:
authorGreentime Hu <greentime@andestech.com>2018-04-19 15:38:58 +0800
committerGreentime Hu <greentime@andestech.com>2018-05-23 13:26:20 +0800
commit03969d0b3a3f6a7cd2c731eed1c4ccf76da88586 (patch)
tree71ad536a95ccab656a5ad57ee040bfecc9c0f368 /arch/x86/entry/syscalls
parent8cedb78fdf82468020a2f3b24ef63ccd397662a2 (diff)
downloadlinux-03969d0b3a3f6a7cd2c731eed1c4ccf76da88586.tar.gz
linux-03969d0b3a3f6a7cd2c731eed1c4ccf76da88586.tar.bz2
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 'arch/x86/entry/syscalls')
0 files changed, 0 insertions, 0 deletions