mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 18:31:00 +03:00
9ac97c2a93
Because we are dependent of the system mount/umount utilities to ensure correct mtab locking, we should not suppress their error output. During a successful mount/umount they will be silent, but during a failure the error message they print is the only sure way to know why a mount failed. This is because the (u)mount(8) return code does not contain the result of the system call issued. The only way to clearly idenify why thing failed is to rely on the error message printed by the tool. Longer term once libmount is available we can issue the mount/umount system calls within the tool and still be ensured correct mtab locking. Closed #107 |
||
---|---|---|
.. | ||
libavl | ||
libefi | ||
libnvpair | ||
libspl | ||
libunicode | ||
libuutil | ||
libzfs | ||
libzpool | ||
Makefile.am | ||
Makefile.in |