VFS: add FMODE_CAN_ODIRECT file flag
[linux-2.6-microblaze.git] / mm / page_ext.c
index 2e66d93..3dc715d 100644 (file)
@@ -320,7 +320,7 @@ static int __meminit online_page_ext(unsigned long start_pfn,
                 * online__pages(), and start_pfn should exist.
                 */
                nid = pfn_to_nid(start_pfn);
-               VM_BUG_ON(!node_state(nid, N_ONLINE));
+               VM_BUG_ON(!node_online(nid));
        }
 
        for (pfn = start; !fail && pfn < end; pfn += PAGES_PER_SECTION)