diff options
author | Csaba Henk <csaba.henk@creo.hu> | 2008-02-03 22:29:09 +0000 |
---|---|---|
committer | Csaba Henk <csaba.henk@creo.hu> | 2008-02-03 22:29:09 +0000 |
commit | 00bddfe650912fdc52b470e0d64a597802f61ec6 (patch) | |
tree | 614cc3d9cb5f45f93d617591319fe7fe4fe59c84 /ChangeLog | |
parent | 634fe87761add032fc5840edb6eac53ea4f019a5 (diff) | |
download | libfuse-00bddfe650912fdc52b470e0d64a597802f61ec6.tar.gz |
lib/mount_bsd.c: prettify option specifications
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -6,8 +6,9 @@ (in FreeBSD a mount failure is not critical per se, as the daemon still could be mounted externally, but waiting for such an event is more confusing than fruitful) - - ditch the kvm(8) stuff and fix unmounting in a simple and sensible - way + - ditch the kvm(8) stuff and simply use forced unmount which just + won't block + - prettify option specifications 2008-01-07 Csaba Henk <csaba.henk@creo.hu> |