summaryrefslogtreecommitdiff
path: root/fs/btrfs/subpage.c
diff options
context:
space:
mode:
authorQu Wenruo <wqu@suse.com>2021-03-25 15:14:35 +0800
committerDavid Sterba <dsterba@suse.com>2021-04-19 17:25:18 +0200
commitd239bcb83b3eb43faf50a50948c4381eea6335bc (patch)
tree90a9eb761a021471cc00dcc52b7b9c3b32881731 /fs/btrfs/subpage.c
parentac5804eb8521bea5c1ec1b7e07ad87c469bf7437 (diff)
downloadlinux-d239bcb83b3eb43faf50a50948c4381eea6335bc.tar.gz
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/btrfs/subpage.c')
0 files changed, 0 insertions, 0 deletions