commit | 493af578040e690f93f0fc8d9e7667ffff8155bb | [log] [tgz] |
---|---|---|
author | Jörn Engel <joern@logfs.org> | Mon Jul 08 16:00:26 2013 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Jul 09 10:33:24 2013 -0700 |
tree | e49d75486f13a427edf6ea89486bb4b2298e9c2f | |
parent | 918fc718c5922520c499ad60f61b8df86b998ae9 [diff] |
mmap: allow MAP_HUGETLB for hugetlbfs files v2 It is counterintuitive at best that mmap'ing a hugetlbfs file with MAP_HUGETLB fails, while mmap'ing it without will a) succeed and b) return huge pages. v2: use is_file_hugepages(), as suggested by Jianguo Signed-off-by: Joern Engel <joern@logfs.org> Cc: Jianguo Wu <wujianguo@huawei.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>