diff options
author | Nikolay Borisov <nborisov@suse.com> | 2019-09-04 20:22:39 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2019-09-09 15:59:20 +0300 |
commit | 65e99c43e9c2fee1a1f02c100154730fbeae9717 (patch) | |
tree | 80002cad5d69bd4f14120fc10bcdf960f4a8992e /fs/xattr.c | |
parent | af024ed2e0e56f27279cdba4d27a23dbb7677e40 (diff) | |
download | linux-65e99c43e9c2fee1a1f02c100154730fbeae9717.tar.xz |
btrfs: Don't assign retval of btrfs_try_tree_write_lock/btrfs_tree_read_lock_atomic
Those function are simple boolean predicates there is no need to assign
their return values to interim variables. Use them directly as
predicates. No functional changes.
Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/xattr.c')
0 files changed, 0 insertions, 0 deletions