aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/nfs/pnfs.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2024-07-05 15:32:59 +0200
committerAnna Schumaker <Anna.Schumaker@Netapp.com>2024-07-10 13:23:17 -0400
commitb1043a3304d24e1be39e18dcb3fdee5220561ef1 (patch)
tree5eb4f6f6f01a4b885b735cac24597730104cef0b /fs/nfs/pnfs.h
parentnfs: don't reuse partially completed requests in nfs_lock_and_join_requests (diff)
downloadwireguard-linux-b1043a3304d24e1be39e18dcb3fdee5220561ef1.tar.xz
wireguard-linux-b1043a3304d24e1be39e18dcb3fdee5220561ef1.zip
nfs: remove the unused max_deviceinfo_size field from struct pnfs_layoutdriver_type
max_deviceinfo_size is not set anywhere, remove it. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'fs/nfs/pnfs.h')
-rw-r--r--fs/nfs/pnfs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/pnfs.h b/fs/nfs/pnfs.h
index 1fc40afcbf1f..30d2613e912b 100644
--- a/fs/nfs/pnfs.h
+++ b/fs/nfs/pnfs.h
@@ -133,7 +133,6 @@ struct pnfs_layoutdriver_type {
const char *name;
struct module *owner;
unsigned flags;
- unsigned max_deviceinfo_size;
unsigned max_layoutget_response;
int (*set_layoutdriver) (struct nfs_server *, const struct nfs_fh *);