]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ufs: untangle ubh_...block...() macros, part 1
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 28 Jan 2023 00:23:20 +0000 (19:23 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 18 Oct 2024 21:35:31 +0000 (17:35 -0400)
commit65136e46a03f70ee9e5515c401fd89b2de86b66c
tree714496620efba48bef8e7002e0cca65343fa9df6
parent0bfd3e1078c537cd66a8addb1c01835de4234a4c
ufs: untangle ubh_...block...() macros, part 1

passing implicit argument to a macro by having it in a variable
with special name is Not Nice(tm); just pass it explicitly.

kill an unused macro, while we are at it...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/ufs/balloc.c
fs/ufs/util.h