From: Kirill A. Shutemov Date: Thu, 16 Dec 2010 13:25:54 +0000 (+0200) Subject: nfsd: declare several functions of nfs4callback as static X-Git-Tag: v2.6.38-rc1~51^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65e4c8945575abca4e368e05ca3e9f77df030290;p=pandora-kernel.git 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 Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed