summaryrefslogtreecommitdiff
tag namert-fixes-5.10_2020-10-10 (489253cd7838550fd5f6cc4f93ae8e8c312c5f7f)
tag date2020-10-10 10:08:59 -0700
tagged byDarrick J. Wong <darrick.wong@oracle.com>
tagged objectcommit d8d2007d05...
xfs: hopefully the last few rt fixes
Here's the last couple of rt fixes for 5.10. The first one fixes a lockdep complaint, and the second one was me realizing I made a major thinko in an earlier patch: not realizing that xfs_free_file_space is really a "make contents zero by punching or manually zeroing as needed" function; the solution is to push all the rt extent alignment checking up to xfs_file_fallocate. Updated test case attached.