diff options
author | Dave Chinner <dchinner@redhat.com> | 2021-08-19 04:46:25 +0300 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2021-08-19 20:07:11 +0300 |
commit | 51b495eba84dee8c1df4abfc26fc134ea190e28f (patch) | |
tree | 36d96ed5fe688d55594bfc3812c3c3fccc3a7ffd /fs/xfs/libxfs/xfs_format.h | |
parent | 8cf07f3dd56195316be97758cb8b4e1d7183ea84 (diff) | |
download | linux-51b495eba84dee8c1df4abfc26fc134ea190e28f.tar.xz |
xfs: rename xfs_has_attr()
xfs_has_attr() is poorly named. It has global scope as it is defined
in a header file, but it has no namespace scope that tells us what
it is checking has attributes. It's not even clear what "has_attr"
means, because what it is actually doing is an attribute fork lookup
to see if the attribute exists.
Upcoming patches use this "xfs_has_<foo>" namespace for global
filesystem features, which conflicts with this function.
Rename xfs_has_attr() to xfs_attr_lookup() and make it a static
function, freeing up the "xfs_has_" namespace for global scope
usage.
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Diffstat (limited to 'fs/xfs/libxfs/xfs_format.h')
0 files changed, 0 insertions, 0 deletions