diff options
author | Eric Sandeen <sandeen@redhat.com> | 2020-01-02 22:31:54 +0100 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2020-01-07 19:21:08 +0100 |
commit | 5a57c05b56b6eb2b4e3eb2a9f205e39e849325a1 (patch) | |
tree | 91341958acc41fc4995f986148984f9125841de3 /fs/xfs/xfs_ioctl32.c | |
parent | xfs: quota: move to time64_t interfaces (diff) | |
download | linux-5a57c05b56b6eb2b4e3eb2a9f205e39e849325a1.tar.xz linux-5a57c05b56b6eb2b4e3eb2a9f205e39e849325a1.zip |
xfs: remove shadow variable in xfs_btree_lshift
Sparse warns about a shadow variable in this function after the
Fixed: commit added another int i; with larger scope. It's safe
to remove the one with the smaller scope to fix this shadow,
although the shadow itself is harmless.
Fixes: 2c813ad66a72 ("xfs: support btrees with overlapping intervals for keys")
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/xfs/xfs_ioctl32.c')
0 files changed, 0 insertions, 0 deletions