]> git.decadent.org.uk Git - nfs-utils.git/commit
libexport.a: replace xlog(L_FATAL) in client_check()
authorChuck Lever <chuck.lever@oracle.com>
Thu, 8 Apr 2010 15:01:14 +0000 (11:01 -0400)
committerSteve Dickson <steved@redhat.com>
Thu, 8 Apr 2010 15:16:19 +0000 (11:16 -0400)
commitbf867b09201abb155b52e81aeb08757b2f7c6937
treea235445ca86eb1599de46eef6824d9928e0ec1d0
parenta39b43b81a8e7b70310f250c5ffd77816577cd6c
libexport.a: replace xlog(L_FATAL) in client_check()

Clean up: Prevent the process from exiting in client_check().  Report
bad m_type values, but return 0.

This removes another site where a mountd or exportfs process can exit
sideways.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
support/export/client.c