• Andrew Morton's avatar
    [PATCH] give hugetlbfs a set_page_dirty a_op · 6725839b
    Andrew Morton authored
    Seems that nobody has tested direct IO into hugetlb pages yet.  The VFS gets
    upset about running set_page_dirty() against a non-uptodate page.
    
    So give hugetlbfs inodes a private no-op ->set_page_dirty() to isolate them
    from all that.
    6725839b
inode.c 13.6 KB