]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ext4: Rename and document EXT4_EX_FILTER to EXT4_EX_QUERY_FILTER
authorRitesh Harjani (IBM) <ritesh.list@gmail.com>
Mon, 19 May 2025 18:19:28 +0000 (23:49 +0530)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 20 May 2025 18:21:00 +0000 (14:21 -0400)
commit9597376bdb6e5830448ba40aacd3ebd705fe35cc
treeeeae80fdb096b6eabb1a9e1995b978beb4dbad22
parent797ac3ca24ca1af396e84d16c79c523cfefe1737
ext4: Rename and document EXT4_EX_FILTER to EXT4_EX_QUERY_FILTER

Rename EXT4_EX_FILTER to EXT4_EX_QUERY_FILTER to better describe its
purpose as a filter mask used specifically in ext4_map_query_blocks().
Add a comment explaining that this macro is used to filter flags needed
when querying the on-disk extent tree.

We will later use EXT4_EX_QUERY_FILTER mask to add another
EXT4_GET_BLOCKS_QUERY needed to lookup in on-disk extent tree.

Signed-off-by: Ritesh Harjani (IBM) <ritesh.list@gmail.com>
Link: https://patch.msgid.link/51f05d0ba286372eb8693af95bd4b10194b53141.1747677758.git.ritesh.list@gmail.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/ext4.h
fs/ext4/inode.c