commit | 078b5fd92c4913dd367361db6c28568386077c89 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Mon Feb 18 11:35:54 2019 -0500 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Wed Feb 20 15:14:20 2019 -0500 |
tree | 050fdb065ff9ae968b9cfad355ab3213874da44d | |
parent | 8127d82705998568b52ac724e28e00941538083d [diff] |
NFS: Clean up list moves of struct nfs_page In several places we're just moving the struct nfs_page from one list to another by first removing from the existing list, then adding to the new one. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>