From: H Hartley Sweeten Date: Tue, 26 Jan 2010 20:42:03 +0000 (-0500) Subject: NFS: Make nfs_commitdata_release static X-Git-Tag: v2.6.33-rc7~12^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0aa05887af728b058af91197f0ae9b3ae63dd74a;p=pandora-kernel.git NFS: Make nfs_commitdata_release static The symbol nfs_commitdata_release is only used locally in this file. Make it static to prevent the following sparse warning: warning: symbol 'nfs_commitdata_release' was not declared. Should it be static? Signed-off-by: H Hartley Sweeten Cc: Trond Myklebust Signed-off-by: Trond Myklebust Reviewed-by: Chuck Lever --- Reading git-diff-tree failed