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

/freebsd-11.0-release/sys/dev/cfe/
H A Dcfe_console.cdiff 183424 Sun Sep 28 03:33:10 MDT 2008 imp Change while (cond)\n\t\t; to while (cond)\n\t\tcontinue; since the
former more explicitly tells the compiler that you want an empty loop.
There are some lint programs that use this hint to avoid generating
warnings.

No functional change...
/freebsd-11.0-release/sys/ufs/ffs/
H A Dffs_softdep.cdiff 258789 Sun Dec 01 07:46:13 MST 2013 mckusick We needlessly panic when trying to flush MKDIR_PARENT dependencies.
We had previously tried to flush all MKDIR_PARENT dependencies (and
all the NEWBLOCK pagedeps) by calling ffs_update(). However this will
only resolve these dependencies in direct blocks. So very large
directories with MKDIR_PARENT dependencies in indirect blocks had
not yet gotten flushed. As the directory is in the midst of doing a
complete sync, we simply defer the checking of the MKDIR_PARENT
dependencies until the indirect blocks have been sync'ed.

Reported by: Shawn Wallbridge of imaginaryforces.com
Tested by: John-Mark Gurney <jmg@funkthat.com>
PR: 183424
MFC after: 2 weeks

Completed in 125 milliseconds