• Andrew Morton's avatar
    [PATCH] Hugetlb FS quota accounting problem · 41cffedc
    Andrew Morton authored
    From: "Chen, Kenneth W" <kenneth.w.chen@intel.com>
    
    We found a problem in hugetlbfs file system quota when using huge page
    via mmap.  The mmap method in hugetlbfs_file_operation always takes
    quota for every mmap even for pages that are already allocated on that
    inode.  This results in taxing the same hugepage multiple times and
    causing mmap to fail on existing file when quota mistakenly runs out.
    41cffedc
hugetlbpage.c 11.2 KB