Searched hist:234178 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sbin/growfs/
H A Dgrowfs.cdiff 234178 Thu Apr 12 11:47:30 MDT 2012 trasz Remove block reallocation used to make room for the cylinder group
summary structure. From now on, when there is no room for it,
we simply allocate new one in a newly added cylinder group.

This patch removes a conditional in updcsloc(), reindents some code
there, and removes unused routines. I decided to do it this way instead
of disabling reallocation when the filesystem is live and leaving it
as it is otherwise, because this allows for removal of lots of complicated
and hard to test code. Also, conditionally disabling it would result
in a different layout in filesystems resized online and offline, which
would look somewhat weird.

Reviewed by: mckusick
No objections from: kib
Sponsored by: The FreeBSD Foundation

Completed in 44 milliseconds