Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74cf76df authored by Jeff Layton's avatar Jeff Layton Committed by J. Bruce Fields
Browse files

nfsd: remove nfs4_lock_state: nfs4_state_shutdown_net

parent dab6ef24
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -6406,7 +6406,6 @@ nfs4_state_shutdown_net(struct net *net)
	cancel_delayed_work_sync(&nn->laundromat_work);
	locks_end_grace(&nn->nfsd4_manager);

	nfs4_lock_state();
	INIT_LIST_HEAD(&reaplist);
	spin_lock(&state_lock);
	list_for_each_safe(pos, next, &nn->del_recall_lru) {
@@ -6423,7 +6422,6 @@ nfs4_state_shutdown_net(struct net *net)

	nfsd4_client_tracking_exit(net);
	nfs4_state_destroy_net(net);
	nfs4_unlock_state();
}

void