Subject: Re: /sbin/umount should support umount_* (PR#698)
To: Greg A. Woods <woods@weird.com>
From: Simon J. Gerraty <sjg@crufty.net>
List: current-users
Date: 03/15/2003 00:04:35
>Alternately umount(8) could look at the type of filesystem and always
>invoke a separate /sbin/umount_* program just like mount(8) does and

Which gets us back to where we started - the kernel would need to
store more info than it currently does, else umount_nfs would be 
invoked for any fs that was presented to the kernel as a local NFS mount.

--sjg