nfsd: declare several functions of nfs4callback as static
authorKirill A. Shutemov <kirill@shutemov.name>
Thu, 16 Dec 2010 13:25:54 +0000 (15:25 +0200)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 4 Jan 2011 21:49:19 +0000 (16:49 -0500)
commit65e4c8945575abca4e368e05ca3e9f77df030290
tree3ae6e50500d131692697128835d7410c19939e74
parentbdd5f05d91e8ae68075b812ce244c918d3d752cd
nfsd: declare several functions of nfs4callback as static

setup_callback_client(), nfsd4_release_cb() and nfsd4_process_cb_update()
do not have users outside the translation unit. Let's declare it as
static.

Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4callback.c