NFS: remove nfs_inode radix tree

The radix tree is only being used to compile lists of reqs needing commit.
It is simpler to just put the reqs directly into a list.

Signed-off-by: Fred Isaman <iisaman@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
Fred Isaman 2012-03-08 17:29:35 -05:00 committed by Trond Myklebust
parent 9994b62b56
commit d6d6dc7cdf
9 changed files with 208 additions and 194 deletions

View file

@ -171,13 +171,9 @@ struct nfs_inode {
*/
__be32 cookieverf[2];
/*
* This is the list of dirty unwritten pages.
*/
struct radix_tree_root nfs_page_tree;
unsigned long npages;
unsigned long ncommit;
struct list_head commit_list;
/* Open contexts for shared mmap writes */
struct list_head open_files;