]> Zhao Yanbai Git Server - minix.git/commit
Fixes for mount -a.
authorKees Jongenburger <kees.jongenburger@gmail.com>
Thu, 5 Jul 2012 09:04:15 +0000 (11:04 +0200)
committerKees Jongenburger <kees.jongenburger@gmail.com>
Thu, 5 Jul 2012 12:45:30 +0000 (14:45 +0200)
commit1fb60d0811580afc0991bac939e10df4088334c9
treedb08f0b3cce13c850402d7b7fa68d05b82c46531
parentc9b3bd9d45c7c45e8e8482f1b65a18d8331fbc50
Fixes for mount -a.

* Display an error message upon failure to mount a device.
* Handle a special case when the source device is "none"
* pass the mount options stored in fourth field of fstab
  to mount(3).
commands/mount/mount.c