mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
fix white space...
MFC after: 1 week
This commit is contained in:
parent
b6ffc3b567
commit
e0ce310797
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@
|
|||
#define INPROGRESS 0x001000 /* dirrem, freeblks, freefrag, freefile only */
|
||||
#define UFS1FMT 0x002000 /* indirdep only */
|
||||
#define EXTDATA 0x004000 /* allocdirect only */
|
||||
#define ONWORKLIST 0x008000
|
||||
#define ONWORKLIST 0x008000
|
||||
#define IOWAITING 0x010000 /* Thread is waiting for IO to complete. */
|
||||
#define ONDEPLIST 0x020000 /* Structure is on a dependency list. */
|
||||
#define UNLINKED 0x040000 /* inodedep has been unlinked. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue