diff options
author | 2024-07-05 15:32:59 +0200 | |
---|---|---|
committer | 2024-07-10 13:23:17 -0400 | |
commit | b1043a3304d24e1be39e18dcb3fdee5220561ef1 (patch) | |
tree | 5eb4f6f6f01a4b885b735cac24597730104cef0b /fs/nfs/pnfs.h | |
parent | nfs: don't reuse partially completed requests in nfs_lock_and_join_requests (diff) | |
download | wireguard-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.h | 1 |
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 *); |