]> Zhao Yanbai Git Server - minix.git/commit
Allow to specify the rslabel to use for a file system.
authorKees Jongenburger <kees.jongenburger@gmail.com>
Wed, 4 Jul 2012 12:00:28 +0000 (12:00 +0000)
committerKees Jongenburger <kees.jongenburger@gmail.com>
Thu, 5 Jul 2012 12:52:16 +0000 (14:52 +0200)
commit30b5c227e9d7e6dc000903b07913153dccea1e81
treef485b4dedf4c4ddf4a968a0da0576d5b6ff2ea97
parent1fb60d0811580afc0991bac939e10df4088334c9
Allow to specify the rslabel to use for a file system.

When a file system is mounted some heuristics are used to define
a RS label for that system. This commit allows to specify the
label to use in an optional mount argument using either
mount -o rslabel=fs_myfs or as a mount option in fstab.

This can be used to start services that later also need to be
accessed directly.
lib/libc/sys-minix/mount.c