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)
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

Simple merge
diff --cc fs/nfs/write.c
Simple merge
Simple merge