opnsense-src/sys/fs/nfsserver
Ryan Moeller 245bfd34da Deduplicate fsid comparisons
Comparing fsid_t objects requires internal knowledge of the fsid structure
and yet this is duplicated across a number of places in the code.

Simplify by creating a fsidcmp function (macro).

Reviewed by:	mjg, rmacklem
Approved by:	mav (mentor)
MFC after:	1 week
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D24749
2020-05-21 01:55:35 +00:00
..
nfs_fha_new.c Re-organize the NFS file handle affinity code for the NFS server. 2020-04-14 00:01:26 +00:00
nfs_fha_new.h Re-organize the NFS file handle affinity code for the NFS server. 2020-04-14 00:01:26 +00:00
nfs_nfsdcache.c nfs: Remove APPLESTATIC macro 2020-05-12 13:23:25 +00:00
nfs_nfsdkrpc.c Re-organize the NFS file handle affinity code for the NFS server. 2020-04-14 00:01:26 +00:00
nfs_nfsdport.c Deduplicate fsid comparisons 2020-05-21 01:55:35 +00:00
nfs_nfsdserv.c nfs: Remove APPLESTATIC macro 2020-05-12 13:23:25 +00:00
nfs_nfsdsocket.c Deduplicate fsid comparisons 2020-05-21 01:55:35 +00:00
nfs_nfsdstate.c Deduplicate fsid comparisons 2020-05-21 01:55:35 +00:00
nfs_nfsdsubs.c nfs: Remove APPLESTATIC macro 2020-05-12 13:23:25 +00:00