[PATCH] give hugetlbfs a set_page_dirty a_op
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.
Showing
Please register or sign in to comment