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

From: Andrew Morton
Date: Mon Oct 13 2003 - 04:22:10 EST


Zwane Mwaikambo <zwane@xxxxxxxxxxxxxxxx> wrote:
>
> On Mon, 13 Oct 2003, Andrew Morton wrote:
>
> > 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()?
>
> That was my initial intention, but then i wondered why someone would be
> swapping to a memory backed filesystem in the first place. Also things
> like ramfs have ->readpage().

A non-memory-backed fs may still have a NULL ->readpage though (ncpfs?).

I do think it best to just test for ->readpage, and give the user the extra
rope.

-
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/