Re: [PATCH][2.6] No swapping on memory backed swapfiles

From: Andrew Morton
Date: Mon Oct 13 2003 - 03:09:20 EST


Zwane Mwaikambo <zwane@xxxxxxxxxxxxxxxx> wrote:
>
> + bdi = mapping->backing_dev_info;
> + if (bdi->memory_backed)
> + goto bad_swap;
> +

I guess that makes sense, although someone might want to swap onto a
ramdisk-backed file just for some testing purpose.

Why not simply test for a null ->readpage()?

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