]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
mountd: Convert mountlist to SLIST
authorEmmanuel Vadot <manu@FreeBSD.org>
Wed, 4 Oct 2017 08:48:05 +0000 (08:48 +0000)
committerEmmanuel Vadot <manu@FreeBSD.org>
Wed, 4 Oct 2017 08:48:05 +0000 (08:48 +0000)
commit1da3e8b0973816534e87461be1942eed7b18b3fa
tree2e4bf2e7439f6c19c4374b6caa8e1acd39cd3d1f
parentc9ac0f714c9e1f03c28c30c7431f096f6b0d69ab
mountd: Convert mountlist to SLIST

Use SLIST from sys/queue.h instead of homebrew linked list for mountlist.

Reviewed by: bapt, rmacklem
MFC after: 1 week
Sponsored by: Gandi.net
Differential Revision: https://reviews.freebsd.org/D12504
usr.sbin/mountd/mountd.c