Home
last modified time | relevance | path

Searched hist:ffaa196f (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_rmap_item.cffaa196f Wed Feb 01 12:16:03 CST 2023 Darrick J. Wong <djwong@kernel.org> xfs: fix confusing variable names in xfs_rmap_item.c

Variable names in this code module are inconsistent and confusing.
xfs_map_extent describe file mappings, so rename them "map".
xfs_rmap_intents describe block mapping intents, so rename them "ri".

Signed-off-by: Darrick J. Wong <djwong@kernel.org>