]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
jfs: jfs_xtree: replace XT_GETPAGE macro with xt_getpage()
authorSuchit Karunakaran <suchitkarunakaran@gmail.com>
Thu, 5 Jun 2025 17:56:34 +0000 (23:26 +0530)
committerDave Kleikamp <dave.kleikamp@oracle.com>
Mon, 14 Jul 2025 22:08:14 +0000 (17:08 -0500)
commit1014354cd8d40e81e9a6e9037a10ebfc0b656d27
treecb52d2cb26f71aa875c0fde298ff1fa3f6a9607f
parent2d04df8116426b6c7b9f8b9b371250f666a2a2fb
jfs: jfs_xtree: replace XT_GETPAGE macro with xt_getpage()

Replace legacy XT_GETPAGE macro with an inline function that returns a
xtpage_t pointer and update all instances of XT_GETPAGE in jfs_xtree.c

Signed-off-by: Suchit Karunakaran <suchitkarunakaran@gmail.com>
Simplified xt_getpage by removing size and rc arguments.

Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
fs/jfs/jfs_xtree.c