NFS: Remove the redundant 'dirty' and 'commit' lists from nfs_inode
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
@ -156,12 +156,9 @@ struct nfs_inode {
|
||||
* This is the list of dirty unwritten pages.
|
||||
*/
|
||||
spinlock_t req_lock;
|
||||
struct list_head dirty;
|
||||
struct list_head commit;
|
||||
struct radix_tree_root nfs_page_tree;
|
||||
|
||||
unsigned int ndirty,
|
||||
ncommit,
|
||||
unsigned int ncommit,
|
||||
npages;
|
||||
|
||||
/* Open contexts for shared mmap writes */
|
||||
|
Reference in New Issue
Block a user