]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Provide a set of sysctls and tunables to disable device node creation
authorEdward Tomasz Napierala <trasz@FreeBSD.org>
Sat, 28 Nov 2009 11:57:43 +0000 (11:57 +0000)
committerEdward Tomasz Napierala <trasz@FreeBSD.org>
Sat, 28 Nov 2009 11:57:43 +0000 (11:57 +0000)
commit3ce9ca894748bcf328a9b3b09a6ac742b581b74d
tree5af5a2172663b86e7261fefa106e24cc579c046f
parentea74c11fae51f0b16466fe8e9e49d5b786e45052
Provide a set of sysctls and tunables to disable device node creation
for specific "kinds" of disk labels - for example, GPT UUIDs.  Reason
for this is that sometimes, other GEOM classes attach to these device
nodes instead of the proper ones - e.g. they attach to /dev/gptid/XXX
instead of /dev/ada0p2, which is annoying.

Reviewed by: pjd (earlier version)
MFC after: 1 month
sys/geom/label/g_label.c
sys/geom/label/g_label.h
sys/geom/label/g_label_ext2fs.c
sys/geom/label/g_label_gpt.c
sys/geom/label/g_label_iso9660.c
sys/geom/label/g_label_msdosfs.c
sys/geom/label/g_label_ntfs.c
sys/geom/label/g_label_reiserfs.c
sys/geom/label/g_label_ufs.c