]> www.infradead.org Git - users/hch/block.git/commit
fs: rename and move block_page_mkwrite_return
authorChristoph Hellwig <hch@lst.de>
Mon, 17 Apr 2023 06:09:36 +0000 (08:09 +0200)
committerChristoph Hellwig <hch@lst.de>
Sat, 22 Apr 2023 13:17:58 +0000 (15:17 +0200)
commitebd27a1c93c0ea2a30b9c568bd647d145cf07ba6
tree4c3b4037d3267f4ff489ddfd4a96f6cb65272fed
parent8179387aa6c3271a0ba31bef126a065c8d8e46a3
fs: rename and move block_page_mkwrite_return

block_page_mkwrite_return is neither block nor mkwrite specific, and
should not be under CONFIG_BLOCK.  Move it to mm.h and rename it to
errno_to_vmfault.

Signed-off-by: Christoph Hellwig <hch@lst.de>
fs/ext4/inode.c
fs/f2fs/file.c
fs/gfs2/file.c
fs/iomap/buffered-io.c
fs/nilfs2/file.c
fs/udf/file.c
include/linux/buffer_head.h
include/linux/mm.h