mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
tmpfs: add root vnode caching
See r353150. Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D21646
This commit is contained in:
parent
559ac49d41
commit
7682d0be2b
1 changed files with 2 additions and 1 deletions
|
|
@ -710,7 +710,8 @@ tmpfs_susp_clean(struct mount *mp __unused)
|
|||
struct vfsops tmpfs_vfsops = {
|
||||
.vfs_mount = tmpfs_mount,
|
||||
.vfs_unmount = tmpfs_unmount,
|
||||
.vfs_root = tmpfs_root,
|
||||
.vfs_root = vfs_cache_root,
|
||||
.vfs_cachedroot = tmpfs_root,
|
||||
.vfs_statfs = tmpfs_statfs,
|
||||
.vfs_fhtovp = tmpfs_fhtovp,
|
||||
.vfs_sync = tmpfs_sync,
|
||||
|
|
|
|||
Loading…
Reference in a new issue