diff options
| author | Dave Chinner <[email protected]> | 2021-08-19 01:46:25 +0000 |
|---|---|---|
| committer | Darrick J. Wong <[email protected]> | 2021-08-19 17:07:11 +0000 |
| commit | 51b495eba84dee8c1df4abfc26fc134ea190e28f (patch) | |
| tree | 36d96ed5fe688d55594bfc3812c3c3fccc3a7ffd /fs/xfs/xfs_rtalloc.c | |
| parent | xfs: sb verifier doesn't handle uncached sb buffer (diff) | |
| download | kernel-51b495eba84dee8c1df4abfc26fc134ea190e28f.tar.gz kernel-51b495eba84dee8c1df4abfc26fc134ea190e28f.zip | |
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 <[email protected]>
Reviewed-by: Darrick J. Wong <[email protected]>
Signed-off-by: Darrick J. Wong <[email protected]>
Diffstat (limited to 'fs/xfs/xfs_rtalloc.c')
0 files changed, 0 insertions, 0 deletions
