K 10 svn:author V 3 mav K 8 svn:date V 27 2014-09-21T12:07:22.597680Z K 7 svn:log V 314 MFC r271794: When updating device media size use cached cdevsw pointer. Using pointer from the cdev directly is dangerous since we have no reference on it, and it may change any time. That caused panic if device has gone. While there, report capacity change only if it really changed. Approved by: re (dephij) END