]> git.decadent.org.uk Git - nfs-utils.git/commit
mountd: kill unnecessary m_mayexport check
authorJ. Bruce Fields <bfields@citi.umich.edu>
Thu, 8 Oct 2009 23:24:45 +0000 (18:24 -0500)
committerSteve Dickson <steved@redhat.com>
Wed, 13 Jan 2010 20:39:14 +0000 (15:39 -0500)
commit5ccc7064cb5f59b29586474ba7c1f3e8a7255c5f
tree8c2fa18c938f26a12d7a437d450f138910fa161d
parente0ad421dabad027c33f78268d4829643b19165fd
mountd: kill unnecessary m_mayexport check

Only exportfs uses m_mayexport; mountd always populates the export list
with auth_reload(), which always sets m_mayexport on the entries it
creates.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
utils/mountd/auth.c