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

/freebsd-11-stable/sys/net/
H A Diflib.cdiff 343099 Wed Jan 16 19:29:05 MST 2019 shurd MFC r342855:

Use iflib_if_init_locked() during resume instead of iflib_init_locked().

iflib_init_locked() assumes that iflib_stop() has been called, however,
it is not called for suspend. iflib_if_init_locked() calls stop then init,
so fixes the problem.

This was causing errors after a resume from suspend.

PR: 224059
Reported by: zeising
Sponsored by: Limelight Networks
/freebsd-11-stable/sbin/fsck_ffs/
H A Dfsck.hdiff 224059 Fri Jul 15 13:55:52 MDT 2011 mckusick Break out the pass 5 inode and block map updating into a separate function
so that the function can be used by the journaling soft updates recovery.

Completed in 200 milliseconds