mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
nullfs_mount(): fix whitespace
This commit is contained in:
parent
4a2a69c447
commit
4e8d264b00
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ nullfs_mount(struct mount *mp)
|
|||
(xmp->nullm_vfs->mnt_kern_flag & MNTK_NULL_NOCACHE) == 0) {
|
||||
xmp->nullm_flags |= NULLM_CACHE;
|
||||
}
|
||||
|
||||
|
||||
if ((xmp->nullm_flags & NULLM_CACHE) != 0) {
|
||||
vfs_register_for_notification(xmp->nullm_vfs, mp,
|
||||
&xmp->notify_node);
|
||||
|
|
|
|||
Loading…
Reference in a new issue