]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
libexport.a: Clean up client_add()
authorChuck Lever <chuck.lever@oracle.com>
Wed, 5 May 2010 18:42:01 +0000 (14:42 -0400)
committerSteve Dickson <steved@redhat.com>
Wed, 5 May 2010 19:42:29 +0000 (15:42 -0400)
Clean up: client_add()'s current callers never set unknown m_type
values, so the m_type check is unnecessary.

All of client_add()'s callers are in the same source file where it is
defined, so make it a static helper function.

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

No differences found