diff options
| author | Becky Bruce <[email protected]> | 2011-07-25 17:11:49 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2011-07-25 20:57:07 -0700 |
| commit | 2b37c35e6552b0d04d5db9728bc7af22d53f731a (patch) | |
| tree | 5ccccfe90e6bfb472e6000fd4f55c9be66eb795c /tools/perf/scripts/python | |
| parent | d694ad62bf539dbb20a0899ac2a954555f9e4a83 (diff) | |
fs/hugetlbfs/inode.c: fix pgoff alignment checking on 32-bit
This:
vma->vm_pgoff & ~(huge_page_mask(h) >> PAGE_SHIFT)
is incorrect on 32-bit. It causes us to & the pgoff with something that
looks like this (for a 4m hugepage): 0xfff003ff. The mask should be
flipped and *then* shifted, to give you 0x0000_03fff.
Signed-off-by: Becky Bruce <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions