NFSv4: Convert open state lookup to use RCU
Further reduce contention on the inode->i_lock. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
This commit is contained in:
@@ -191,6 +191,7 @@ struct nfs4_state {
|
||||
atomic_t count;
|
||||
|
||||
wait_queue_head_t waitq;
|
||||
struct rcu_head rcu_head;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user