f2fs: rename F2FS_MAP_UNWRITTEN to F2FS_MAP_DELALLOC
authorChristoph Hellwig <hch@lst.de>
Mon, 28 Nov 2022 09:15:11 +0000 (10:15 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 6 Jan 2023 23:12:53 +0000 (15:12 -0800)
commitda8c7fecc9c7ba91b6d5ff5726189f269686a40c
tree0dc900a6412aedee23c83e1b1555372e1c8cc582
parent62a134bd8941198eee8b23584e35be6a9ab835d1
f2fs: rename F2FS_MAP_UNWRITTEN to F2FS_MAP_DELALLOC

NEW_ADDR blocks are purely in-memory preallocated blocks, and thus
equivalent to what the core FS code calls delayed allocations, and not
unwritten extents which do have on-disk blocks allocated from which
reads always return zeroes until they are converted to written status.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/data.c
fs/f2fs/f2fs.h