Documentation/filesystems: describe the shared memory usage/accounting
[deliverable/linux.git] / mm / vmscan.c
index bb0cbd4c9f01f913a4779fd6ab3daf8bba4b207c..108bd119f2f6ba3f55247d7136684f937243b0c8 100644 (file)
@@ -1426,6 +1426,7 @@ int isolate_lru_page(struct page *page)
        int ret = -EBUSY;
 
        VM_BUG_ON_PAGE(!page_count(page), page);
+       VM_BUG_ON_PAGE(PageTail(page), page);
 
        if (PageLRU(page)) {
                struct zone *zone = page_zone(page);
This page took 0.023631 seconds and 5 git commands to generate.