commit | 44e5194b5ec1b179c59bb204a2448031ff917e02 | [log] [tgz] |
---|---|---|
author | Anand Jain <anand.jain@oracle.com> | Sat Apr 20 19:48:57 2019 +0800 |
committer | David Sterba <dsterba@suse.com> | Mon Apr 29 19:02:53 2019 +0200 |
tree | a227e5d531d4bae47e3b8dd0505890add47368d3 | |
parent | 3c8d8b635780c244aa44ad2d625e6308fbfb7ad4 [diff] |
btrfs: drop local copy of inode i_mode There isn't real use of making struct inode::i_mode a local copy, it saves a dereference one time, not much. Just use it directly. Signed-off-by: Anand Jain <anand.jain@oracle.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>