]> git.proxmox.com Git - mirror_ubuntu-eoan-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)
commit11598b8ff2b97cf034d0c025cf125c92b574bafc
tree5867d1835d951902f47ab03d32f8b3d87519e3cd
parentc86c90c656fa2c94c2491dd86cf09501193f0dad
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