]> git.decadent.org.uk Git - nfs-utils.git/commit
mountd: Simplify "no junction support" case
authorChuck Lever <chuck.lever@oracle.com>
Fri, 19 Oct 2012 14:43:50 +0000 (10:43 -0400)
committerSteve Dickson <steved@redhat.com>
Mon, 22 Oct 2012 13:44:02 +0000 (09:44 -0400)
commitdbc0b5e878b44383cafbefdeb333177ca4a0c295
tree6d9c9f59f1bba2f0a145f2d8e8aba914c936efe8
parent9fae1474f1f79c2c7f222a40dff6d3d4681a9115
mountd: Simplify "no junction support" case

We've added logic in the "not an export" case in nfsd_export(), so it's
no longer a simple function call.  Clean up this code by splitting
it into a new function, and make plain what happens when junction
support is compiled out.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/mountd/cache.c