]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r256690:
authorae <ae@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 12 May 2014 12:04:44 +0000 (12:04 +0000)
committerae <ae@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 12 May 2014 12:04:44 +0000 (12:04 +0000)
commit5a53f44a0fd64fe779f7b9c2db3ff9c5905a0d9b
tree1bd9c02e0cc5e45c1753672e0e8a7fd762b57d92
parent44ce9646c6ac80d8f87dc26b3d8f8d783c18ccb2
MFC r256690:
  Add an automatic resize support to the GEOM_PART class.

  When parent provider has been resized, the scheme specific G_PART_RESIZE
  method does an update of scheme's metadata. But all changes are not saved
  to disk, until `gpart commit` will be called.

MFC r265336:
  Add an advice what to do when partition was automatically resized.

git-svn-id: svn://svn.freebsd.org/base/stable/10@265912 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/geom/part/g_part.c
sys/geom/part/g_part_apm.c
sys/geom/part/g_part_bsd.c
sys/geom/part/g_part_ebr.c
sys/geom/part/g_part_gpt.c
sys/geom/part/g_part_mbr.c
sys/geom/part/g_part_pc98.c
sys/geom/part/g_part_vtoc8.c