mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Properly spell sentinel (missed in 250891)
No functional changes. Spotted by: Navdeep Parhar and Alexey Dokuchaev MFC after: 2 weeks
This commit is contained in:
parent
ee6b37b56b
commit
97371fa56d
1 changed files with 1 additions and 1 deletions
|
|
@ -711,7 +711,7 @@ SOFTDEP_TYPE(SBDEP, sbdep, "Superblock write dependency");
|
|||
SOFTDEP_TYPE(JTRUNC, jtrunc, "Journal inode truncation");
|
||||
SOFTDEP_TYPE(JFSYNC, jfsync, "Journal fsync complete");
|
||||
|
||||
static MALLOC_DEFINE(M_SENTINEL, "sentinal", "Worklist sentinal");
|
||||
static MALLOC_DEFINE(M_SENTINEL, "sentinel", "Worklist sentinel");
|
||||
|
||||
static MALLOC_DEFINE(M_SAVEDINO, "savedino", "Saved inodes");
|
||||
static MALLOC_DEFINE(M_JBLOCKS, "jblocks", "Journal block locations");
|
||||
|
|
|
|||
Loading…
Reference in a new issue