btrfs: remove pointless rcu protection from btrfs_qgroup_inherit
commit4ae8553c2d8811f41fe8d785646e90fd1580843f
authorDavid Sterba <dsterba@suse.com>
Mon, 13 Feb 2017 14:05:33 +0000 (13 15:05 +0100)
committerDavid Sterba <dsterba@suse.com>
Fri, 17 Feb 2017 11:03:50 +0000 (17 12:03 +0100)
tree31fbe494414106b8a6e5156684717c02d0370af9
parent0b08e1f4f7b7af719500f5f37a60c342ba812f69
btrfs: remove pointless rcu protection from btrfs_qgroup_inherit

There was never need for RCU protection around reading nodesize or other
fairly constant filesystem data.

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/qgroup.c