ext4: fix the comment of ext4_map_blocks()/ext4_ext_map_blocks()
authorCheng Nie <niecheng1@uniontech.com>
Thu, 18 Jan 2024 06:25:11 +0000 (14:25 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 22 Feb 2024 03:33:21 +0000 (22:33 -0500)
commit547e64bda9c7bd6bda2d20a329bb0f60258fe19b
treef6dada6f98d861f46d57933b3e8dc9c6b24fc4ad
parent4b55d3431ce5ce906480f95391b7af4fecfa2d84
ext4: fix the comment of ext4_map_blocks()/ext4_ext_map_blocks()

this comment of ext4_map_blocks()/ext4_ext_map_blocks() need
update after commit c21770573319("ext4: Define a new set of
flags for ext4_get_blocks()").

Signed-off-by: Cheng Nie <niecheng1@uniontech.com>
Link: https://lore.kernel.org/r/20240118062511.28276-1-niecheng1@uniontech.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/extents.c
fs/ext4/inode.c