]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Make nfs_commitdata_release static
authorH Hartley Sweeten <hartleys@visionengravers.com>
Tue, 26 Jan 2010 20:42:03 +0000 (15:42 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 26 Jan 2010 20:42:03 +0000 (15:42 -0500)
commit7199c1e67bfa2dfe75b1aa347198ec15bdee2c95
tree81175366e25e4ccbcf79969bfada1c29e612369a
parent7a4354c9ec1f12f2804e0740a79638ea21f434e6
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 <hsweeten@visionengravers.com>
Cc: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Reviewed-by: Chuck Lever <chuck.lever@oracle.com>
fs/nfs/write.c