NFS: Replace NFS_I(inode)->req_lock with inode->i_lock
There is no justification for keeping a special spinlock for the exclusive use of the NFS writeback code. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
@@ -156,7 +156,6 @@ struct nfs_inode {
|
||||
/*
|
||||
* This is the list of dirty unwritten pages.
|
||||
*/
|
||||
spinlock_t req_lock;
|
||||
struct radix_tree_root nfs_page_tree;
|
||||
|
||||
unsigned long ncommit,
|
||||
|
Reference in New Issue
Block a user