Skip to content

Commit

Permalink
xfs: remove xfs_attri_remove_iter
Browse files Browse the repository at this point in the history
xfs_attri_remove_iter is not used anymore, so remove it and all the
infrastructure it uses and is needed to drive it. THe
xfs_attr_refillstate() function now throws an unused warning, so
isolate the xfs_attr_fillstate()/xfs_attr_refillstate() code pair
with an #if 0 and a comment explaining why we want to keep this code
and restore the optimisation it provides in the near future.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Allison Henderson<allison.henderson@oracle.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Dave Chinner <david@fromorbit.com>
  • Loading branch information
Dave Chinner authored and Dave Chinner committed May 12, 2022
1 parent 4b9879b commit 59782a2
Showing 1 changed file with 139 additions and 279 deletions.
Loading

0 comments on commit 59782a2

Please sign in to comment.