]> 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)
commit9a8152a45d0d1ece44b3acbb054536a681c43419
tree5867d1835d951902f47ab03d32f8b3d87519e3cd
parentcb283590f4dd96bfbf35889d4afb822854b5f17c
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