Page MenuHomeFreeBSD

mountd: Convert mountlist to SLIST
ClosedPublic

Authored by manu on Sep 26 2017, 8:42 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 15, 9:47 PM
Unknown Object (File)
Sat, Nov 15, 12:35 PM
Unknown Object (File)
Sat, Nov 15, 12:09 PM
Unknown Object (File)
Sat, Nov 15, 11:28 AM
Unknown Object (File)
Sat, Nov 15, 9:55 AM
Unknown Object (File)
Thu, Nov 6, 1:22 AM
Unknown Object (File)
Tue, Nov 4, 11:01 AM
Unknown Object (File)
Sat, Nov 1, 10:53 PM
Subscribers

Details

Summary

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

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

LGTM

usr.sbin/mountd/mountd.c
229

static SLIST...

This revision is now accepted and ready to land.Sep 26 2017, 8:59 AM
This revision now requires review to proceed.Sep 26 2017, 9:02 AM
This revision is now accepted and ready to land.Sep 26 2017, 9:03 AM

Looks ok to me. I think the only effect is a change in the order of entries in the list
and I don't believe that matters.

This revision was automatically updated to reflect the committed changes.