> > All this seems very neat. One question: what about forced umount / forced
> > remount readonly stuff? Any plans on that?
> >
>
> That would be *very* nice indeed. Even if it was only for things like NFS
> and SMBFS.
umount(mountpoint, MNT_DETACH);
Had been there for quite a while...
It's not a forced umount - it detaches the subtree from mountpoint and
filesystem(s) go away when they stop being busy. But for remote
filesystems that's precisely what you want.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/