Re: 2.1.76, nfs client, and memory fragmentation

Miguel de Icaza (miguel@nuclecu.unam.mx)
Mon, 5 Jan 1998 13:41:56 -0600


> > ext2 file system code uses memcpy_fromfs to copy blocks, not
> > copy_to/from_user.
>
> 2.1.x doesn't have a memcpy_fromfs() so it's rather unlikely ;)
> 2.0 memcpy_fromfs has been renamed to copy_from_user() in early 2.1.
> So ext2 uses cfu like everyone else.

Homework for the day: write 100 times:

I will go read the developement kernel instead of /usr/src/linux
before posting.

Miguel.