]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fifo: minor comment and assert improvements.
authorKonstantin Belousov <kib@FreeBSD.org>
Mon, 1 Feb 2021 10:43:16 +0000 (12:43 +0200)
committerKonstantin Belousov <kib@FreeBSD.org>
Fri, 12 Feb 2021 01:02:22 +0000 (03:02 +0200)
commitadf28ab45670329459aed8afeec2dbe91c9b3713
treeb32a346199eafede55c08d27c1e7b90255d57564
parent26af9f72f7cb162abeced8b7e444800b601e5017
fifo: minor comment and assert improvements.

In particular, replace a note that reload through vget() is obsoleted,
with explanation why this code is required.

Reviewed by: chs, mckusick
Tested by: pho
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
sys/kern/vfs_syscalls.c
sys/ufs/ufs/ufs_vnops.c