]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Remove unused nfs_rw_ops->rw_release() function
authorAnna Schumaker <Anna.Schumaker@netapp.com>
Wed, 10 Jun 2015 20:54:28 +0000 (16:54 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 10 Jun 2015 22:32:40 +0000 (18:32 -0400)
commitb7b7b3c9229390335346af9b729760c783b39fb7
tree5867d1835d951902f47ab03d32f8b3d87519e3cd
parent5cd5b286ff2b8afc711e7abfca5e12f7f2673262
NFS: Remove unused nfs_rw_ops->rw_release() function

This was only ever set to nfs_writeback_release_common(), a function
which is completely empty.  Let's just drop this function pointer and
simplify the code a bit.

Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/pagelist.c
fs/nfs/write.c
include/linux/nfs_page.h