filelock: drop the IS_* macros
authorJeff Layton <jlayton@kernel.org>
Wed, 31 Jan 2024 23:01:57 +0000 (18:01 -0500)
committerChristian Brauner <brauner@kernel.org>
Mon, 5 Feb 2024 12:11:37 +0000 (13:11 +0100)
commit3d40f78169a0a954ff06e2b0f8e21463f7edb433
tree5582a2ebf8020a0574fc1f3bd02d22ce1bcacca2
parent6a277077ac5189d7633f8c57e153e0a73fab39d2
filelock: drop the IS_* macros

These don't add a lot of value over just open-coding the flag check.

Suggested-by: NeilBrown <neilb@suse.de>
Signed-off-by: Jeff Layton <jlayton@kernel.org>
Link: https://lore.kernel.org/r/20240131-flsplit-v3-16-c6129007ee8d@kernel.org
Reviewed-by: NeilBrown <neilb@suse.de>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/locks.c