]> git.decadent.org.uk Git - nfs-utils.git/commit
mountd: clean up cache API
authorChuck Lever <chuck.lever@oracle.com>
Thu, 16 Sep 2010 18:19:19 +0000 (14:19 -0400)
committerSteve Dickson <steved@redhat.com>
Thu, 16 Sep 2010 18:33:51 +0000 (14:33 -0400)
commitffe8c9a084fec4fdd3acfcf4b36fbe434d297b82
treeb8f25a31e32ad85b3a7a907e3b32244514b6e526
parent6f189dae5eb38800c8ae3e2d5c098d11fb44d7d5
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 <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/mountd/cache.c
utils/mountd/mountd.c
utils/mountd/mountd.h