Re: umount2

Andries.Brouwer@cwi.nl
Tue, 11 Aug 1998 00:40:32 +0200 (MET DST)


Ulrich Drepper writes:

> Rename oldumount back to umount and rename umount to umount2

Yes, we all agree on that part.

Alan Cox writes:

> glibc 2.1 should present
>
> umount(path,flags)
>
> to the world

but I disagree. This has only disadvantages. Old versions of mount
would not compile anymore. Instead glibc should present
umount(path)
and
umount2(path,flags)
to the world.
Then old programs continue functioning, regardless of kernel and libc.
Just a new call, a new name, no problems anywhere, even the man page
remains correct.

Andries

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html