Date: Tue, 7 Apr 2009 19:18:02 +0000 (UTC) From: Ivan Voras <ivoras@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/geom/label g_label.c g_label.h g_label_ufs.c Message-ID: <200904071918.n37JICAY065188@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ivoras 2009-04-07 19:18:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/geom/label g_label.c g_label.h g_label_ufs.c Log: SVN rev 190816 on 2009-04-07 19:18:02Z by ivoras Merge r190423: introduce a new UFS-based label called "ufsid" that can be used to reference UFS-carrying devices by the unique file system id. An example of this new label is: /dev/ufsid/48e69c8b5c8e1b43. The benefit of using GEOM labels in general is to avoid problems of device renaming when shifting drives or controllers. Reviewed by: pjd Approved by: re (kib) Approved by: gnn (mentor) (original) Revision Changes Path 1.21.2.1 +2 -1 src/sys/geom/label/g_label.c 1.7.2.1 +2 -1 src/sys/geom/label/g_label.h 1.11.2.1 +46 -10 src/sys/geom/label/g_label_ufs.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904071918.n37JICAY065188>