diff options
author | Qu Wenruo <wqu@suse.com> | 2021-03-25 15:14:35 +0800 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2021-04-19 17:25:18 +0200 |
commit | d239bcb83b3eb43faf50a50948c4381eea6335bc (patch) | |
tree | 90a9eb761a021471cc00dcc52b7b9c3b32881731 /fs/ioctl.c | |
parent | ac5804eb8521bea5c1ec1b7e07ad87c469bf7437 (diff) |
btrfs: remove unnecessary variable shadowing in btrfs_invalidatepage()
In btrfs_invalidatepage() we re-declare @tree variable as
btrfs_ordered_inode_tree.
Since it's only used to do the spinlock, we can grab it from inode
directly, and remove the unnecessary declaration completely.
Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/ioctl.c')
0 files changed, 0 insertions, 0 deletions