]> git.decadent.org.uk Git - nfs-utils.git/commit
mountd: Use MNT status values instead of NFSERR
authorChuck Lever <chuck.lever@oracle.com>
Mon, 27 Sep 2010 14:13:39 +0000 (10:13 -0400)
committerSteve Dickson <steved@redhat.com>
Mon, 27 Sep 2010 15:28:10 +0000 (11:28 -0400)
commit7e454e03131f56872639fe7b62b726479b22c087
treeb5fbe5704744f78a0ad8516942bd400a49cae77d
parentef32b76ae37926faacaf4b8121eba638567c4692
mountd: Use MNT status values instead of NFSERR

Clean up:  The MNT protocol has its own enum type defining error
status values.  While the values can be the same as the NFSERR enum
type on some systems, it's not guaranteed to be true everywhere.

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