Commit 2c665d91 authored by Anthony Iliopoulos's avatar Anthony Iliopoulos Committed by Trond Myklebust
Browse files

NFS: remove unused pnfs_ld_data field from struct nfs_server



The last code that was using this was removed via commit 20d655d6
("pnfs/blocklayout: use the device id cache") which was merged in
v3.18-rc1, so it can be removed completely.

Signed-off-by: default avatarAnthony Iliopoulos <ailiop@suse.com>
Link: https://lore.kernel.org/r/20250613094439.82338-4-ailiop@suse.com


Signed-off-by: default avatarTrond Myklebust <trond.myklebust@hammerspace.com>
parent 74a33326
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -246,7 +246,6 @@ struct nfs_server {
						   filesystem */
	struct pnfs_layoutdriver_type  *pnfs_curr_ld; /* Active layout driver */
	struct rpc_wait_queue	roc_rpcwaitq;
	void			*pnfs_ld_data;	/* per mount point data */

	/* the following fields are protected by nfs_client->cl_lock */
	struct rb_root		state_owners;