On Mon, 2011-03-28 at 16:04 +0200, Petr Uzel wrote: > Hi all, > > I hacked the following patch with which it is possible to use > "umount $dir" instead of "fusermount -u $dir", which IMHO is an > improvement in usability. It seems to work (at least for me), however, > I have to admit that I don't like it very much, because: > - it complicates umount > - duplicates code from fusermount And this is not the only one that would have to be duplicated. The mount and umount races that were fixed in fusermount in recently and not so recently would also have to be added to util-linux, which would actually be a good thing, since in theory they could affect fstab based user mounts as well (though that is much more unlikely than with fuse, where the user chooses the mountpoint). > - should (???) be implemented using umount helpers The end goal is to implement permission checking for unprivileged mount and umount in the kernel. Thanks, Miklos -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html