commit | 5c9c799ab78336a4161b16126952a7e1320a8c77 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Fri Aug 24 16:15:51 2018 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Apr 29 19:02:21 2019 +0200 |
tree | c419a5edcab793e6ed655ace2cb53649262be61e | |
parent | 58a2ddaedbf74b8a209426128c130cc9f0dbd11b [diff] |
btrfs: use assertion helpers for extent buffer read lock counters Use the helpers where open coded. On non-debug builds, the warnings will not trigger and extent_buffer::read_locks become unused and can be moved to the appropriate section, saving a few bytes. Reviewed-by: Nikolay Borisov <nborisov@suse.com> Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: David Sterba <dsterba@suse.com>