diff options
| author | Arnd Bergmann <[email protected]> | 2017-02-15 02:16:50 +0000 |
|---|---|---|
| committer | Darrick J. Wong <[email protected]> | 2017-02-17 01:20:12 +0000 |
| commit | 353fe445f5efd58dfec6e06bf4747a9c28374adc (patch) | |
| tree | 0c2daf5a6e00086054bd865050914490f1dc2fc6 /fs/xfs/xfs_rtalloc.c | |
| parent | xfs: fix uninitialized variable in _reflink_convert_cow (diff) | |
| download | kernel-353fe445f5efd58dfec6e06bf4747a9c28374adc.tar.gz kernel-353fe445f5efd58dfec6e06bf4747a9c28374adc.zip | |
xfs: fix len comparison in xfs_extent_busy_trim
The length is now passed by reference, so the assertion has to be updated
to match the other changes, as pointed out by this W=1 warning:
fs/xfs/xfs_extent_busy.c: In function 'xfs_extent_busy_trim':
fs/xfs/xfs_extent_busy.c:356:13: error: ordered comparison of pointer with integer zero [-Werror=extra]
Fixes: ebf55872616c ("xfs: improve handling of busy extents in the low-level allocator")
Signed-off-by: Arnd Bergmann <[email protected]>
Reviewed-by: Christoph Hellwig <[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
