Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

networking.7: erase confusing caveat #1316

Merged
merged 2 commits into from
Jul 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions share/man/man7/networking.7
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\"-
.\" SPDX-License-Identifier: BSD-2-Clause
.\"
.\" Copyright (c) 2024 Alexander Ziaee <concussious@runbox.com>
.\" Copyright (c) 2024 Alexander Ziaee. Ohio.
.\"
.Dd April 17, 2024
.Dt "NETWORKING" 7
Expand Down Expand Up @@ -91,11 +91,4 @@
.Xr wpa_passphrase 8 ,
commonly using
.Ql \e ,
see the manual page for your shell for more details.

Check warning on line 94 in share/man/man7/networking.7

View workflow job for this annotation

GitHub Actions / Style Checker

Missing Signed-off-by: line

Check warning on line 94 in share/man/man7/networking.7

View workflow job for this annotation

GitHub Actions / Style Checker

Missing Signed-off-by: line
.Pp
Currently
.Ql Ic service netif restart
does not restart routing.
A common workaround is to issue
.Ql Ic service netif restart && service routing restart
instead.
10 changes: 0 additions & 10 deletions sys/fs/p9fs/p9fs_vnops.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,19 +125,9 @@
/* 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);

Check warning on line 130 in sys/fs/p9fs/p9fs_vnops.c

View workflow job for this annotation

GitHub Actions / Style Checker

Missing Signed-off-by: line

Check warning on line 130 in sys/fs/p9fs/p9fs_vnops.c

View workflow job for this annotation

GitHub Actions / Style Checker

Missing Signed-off-by: line
/* Dispose all node knowledge.*/
p9fs_destroy_node(&np);
}
Expand Down
Loading