]> git.decadent.org.uk Git - nfs-utils.git/commit - utils/mountd/cache.c
mountd: gather fsid information into one struct
authorJ. Bruce Fields <bfields@redhat.com>
Mon, 27 Jun 2011 16:30:36 +0000 (12:30 -0400)
committerSteve Dickson <steved@redhat.com>
Mon, 27 Jun 2011 16:35:21 +0000 (12:35 -0400)
commite6559fd0b7b63f5d152d33d598dc74d78df30ecb
treeaf98af0e95b97052cc2976c838e7eab63936b6a0
parent13a0a61d037f2cc09e7997a96ce5822b9317883b
mountd: gather fsid information into one struct

A large part of nfsd_fh() is concerned with extracting
fsid-type-specific information from the fsid, then matching that
information with information from the export list and the filesystem.

Moving all that information into one struct will allow some further
simplifications.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/mountd/cache.c