diff options
| author | Johannes Thumshirn <jthumshirn@suse.de> | 2018-12-05 17:23:03 +0300 |
|---|---|---|
| committer | David Sterba <dsterba@suse.com> | 2018-12-17 16:51:45 +0300 |
| commit | 7073017aeb98db311ca407f0f552f2bfc1af3015 (patch) | |
| tree | 55437b78aa398fc0b50224e6cd5af3e35dce0e5d /net/unix/sysctl_net_unix.c | |
| parent | cb5583dd52fab469a001a007385066fcd60629c5 (diff) | |
| download | linux-7073017aeb98db311ca407f0f552f2bfc1af3015.tar.xz | |
btrfs: use offset_in_page instead of open-coding it
Constructs like 'var & (PAGE_SIZE - 1)' or 'var & ~PAGE_MASK' can denote an
offset into a page.
So replace them by the offset_in_page() macro instead of open-coding it if
they're not used as an alignment check.
Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions
