FreeBSD Bugzilla – Attachment 251902 Details for
Bug 279887
9pfs kernel page fault on shutdown on a bhyveload(8) or UEFI-booted FreeBSD VM
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
p9fs_vnops
p9fs_vnops.patch (text/plain), 681 bytes, created by
Danilo Egea Gondolfo
on 2024-07-06 18:53:56 UTC
(
hide
)
Description:
p9fs_vnops
Filename:
MIME Type:
Creator:
Danilo Egea Gondolfo
Created:
2024-07-06 18:53:56 UTC
Size:
681 bytes
patch
obsolete
>diff --git a/sys/fs/p9fs/p9fs_vnops.c b/sys/fs/p9fs/p9fs_vnops.c >index 5556e60f4bae..6ac0a7c008cc 100644 >--- a/sys/fs/p9fs/p9fs_vnops.c >+++ b/sys/fs/p9fs/p9fs_vnops.c >@@ -125,16 +125,6 @@ p9fs_cleanup(struct p9fs_node *np) > /* Destroy the vm object and flush associated pages. */ > vnode_destroy_vobject(vp); > >- /* Remove the vnode from hash list if vnode is not already deleted */ >- if ((np->flags & P9FS_NODE_DELETED) == 0) >- vfs_hash_remove(vp); >- >- /* Invalidate all entries to a particular vnode. */ >- cache_purge(vp); >- >- /* Destroy the vm object and flush associated pages. */ >- vnode_destroy_vobject(vp); >- > /* Remove all the FID */ > p9fs_fid_remove_all(np, FALSE); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 279887
: 251902