> Date: Fri, 24 Jun 2011 05:47:04 -0600 > From: Theo de Raadt <[email protected]> > > You are missing the point. Your bug report is huge, but we have > no idea what went wrong.
Well, actually I have. In all likelyhood there are dirty buffers for stuff that lives on NFS. In sys_reboot() we call if_downall(), then we call the MD boot() function which does vfs_shutdown(). With all the network interfaces being down, I don't think those dirty buffers will ever get written out ;).
