]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r256724:
authortrasz <trasz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 13 Dec 2013 20:33:59 +0000 (20:33 +0000)
committertrasz <trasz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 13 Dec 2013 20:33:59 +0000 (20:33 +0000)
commitf10f3018b813c9d2d4234aae95aee8bb9d74a446
tree2137e6071c1e18e16f171dfb1f9ec1330183f437
parent7d37f29387b346068f2ebd6f031245a5ffe17100
MFC r256724:

Make geom_label(4) resize-aware.  This fixes a situation when "gpart resize"
would resize a partition, but label providers - e.g. /dev/gptid/XXX - would
stay the same size.

MFC r256766:

Fix build with gcc by spelling unused format string as "unused" instead of NULL.

Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/10@259328 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/geom/geom_slice.c
sys/geom/label/g_label.c