From: Chuck Lever Date: Wed, 5 May 2010 18:42:01 +0000 (-0400) Subject: libexport.a: Clean up client_add() X-Git-Tag: nfs-utils-1-2-3-rc3~1 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=6ff1fd42db18c657fbc5f81169a566b41d53e731;hp=6ff1fd42db18c657fbc5f81169a566b41d53e731;p=nfs-utils.git libexport.a: Clean up client_add() 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 Signed-off-by: Steve Dickson ---