commit | 932b42c66cb5d0ca9800b128415b4ad6b1952b3e | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Sat Jul 09 10:56:06 2022 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Tue Jul 12 11:17:27 2022 -0700 |
tree | 056ae54d55ebad25ef1548a7e244f722f23e2f64 | |
parent | e45d7cb2356e6b59fe64da28324025cc6fcd3fbd [diff] |
xfs: replace XFS_IFORK_Q with a proper predicate function Replace this shouty macro with a real C function that has a more descriptive name. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Dave Chinner <dchinner@redhat.com>