commit | b0d61c7e56815b0b881c81f6779a65f4fdae4bc0 | [log] [tgz] |
---|---|---|
author | Alexander Kuleshov <[email protected]> | Thu Nov 05 18:46:32 2015 -0800 |
committer | Linus Torvalds <[email protected]> | Thu Nov 05 19:34:48 2015 -0800 |
tree | 74fe5a6b07d5ee5bd12b83c89823629163a765b1 | |
parent | c118baf802562688d46e6002f2b5fe66b947da21 [diff] |
mm/msync: use offset_in_page macro linux/mm.h provides offset_in_page() macro. Let's use already predefined macro instead of (addr & ~PAGE_MASK). Signed-off-by: Alexander Kuleshov <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>