]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit31dac59a1894b1a5a9442147a090de6d3dda26aa
tree3ae6e50500d131692697128835d7410c19939e74
parentf4a1a53c965d60b227ca77ee9f30e1a571107211
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