summaryrefslogtreecommitdiff
path: root/fs/vboxsf/vboxsf_wrappers.c
diff options
context:
space:
mode:
authorDave Chinner <dchinner@redhat.com>2021-08-18 18:46:25 -0700
committerDarrick J. Wong <djwong@kernel.org>2021-08-19 10:07:11 -0700
commit51b495eba84dee8c1df4abfc26fc134ea190e28f (patch)
tree36d96ed5fe688d55594bfc3812c3c3fccc3a7ffd /fs/vboxsf/vboxsf_wrappers.c
parent8cf07f3dd56195316be97758cb8b4e1d7183ea84 (diff)
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/vboxsf/vboxsf_wrappers.c')
0 files changed, 0 insertions, 0 deletions