From: Chuck Lever Date: Thu, 16 Sep 2010 18:19:19 +0000 (-0400) Subject: mountd: clean up cache API X-Git-Tag: nfs-utils-1-2-3-rc6~4 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=ffe8c9a084fec4fdd3acfcf4b36fbe434d297b82;hp=ffe8c9a084fec4fdd3acfcf4b36fbe434d297b82 mountd: clean up cache API Clean up: Squelch compiler warnings and document public parts of cache API. cache.c: At top level: cache.c:67: warning: no previous prototype for auth_unix_ip cache.c:123: warning: no previous prototype for auth_unix_gid cache.c:217: warning: no previous prototype for get_uuid cache.c:247: warning: no previous prototype for uuid_by_path cache.c:326: warning: no previous prototype for nfsd_fh cache.c:745: warning: no previous prototype for nfsd_export cache.c:820: warning: no previous prototype for cache_open cache.c:832: warning: no previous prototype for cache_set_fd cache.c:841: warning: no previous prototype for cache_process_req cache.c:921: warning: no previous prototype for cache_export cache.c:953: warning: no previous prototype for cache_get_filehandle Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson ---