nfsd4: make del_recall_lru per-network-namespace
If nothing else this simplifies the nfs4_state_shutdown_net logic a tad. Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
@@ -80,6 +80,7 @@ struct nfsd_net {
|
||||
*/
|
||||
struct list_head client_lru;
|
||||
struct list_head close_lru;
|
||||
struct list_head del_recall_lru;
|
||||
|
||||
struct delayed_work laundromat_work;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user