Error in get_swap_page? (2.5.44)

From: Rasmus Andersen (rasmus@jaquet.dk)
Date: Sun Oct 20 2002 - 14:32:17 EST


Hi,

Unless I am mistaken, we return stuff (entry) from the local
stack in swapfile.c::get_swap_page. Am I mistaken?

Code in question:

swp_entry_t get_swap_page(void)
{
        struct swap_info_struct * p;
        unsigned long offset;
        swp_entry_t entry;
        int type, wrapped = 0;

        entry.val = 0; /* Out of memory */
[...]

out:
        swap_list_unlock();
        return entry;
}

Regards,
  Rasmus



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Oct 23 2002 - 22:00:50 EST