]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - include/linux/sunrpc/xdr.h
NFS: support large reads and writes on the wire
[mirror_ubuntu-jammy-kernel.git] / include / linux / sunrpc / xdr.h
index 5da968729cf820c9028a9d6202325002c44933aa..5676794ee34fcb68b731e8527e8a7d438455d09f 100644 (file)
@@ -134,11 +134,6 @@ xdr_adjust_iovec(struct kvec *iov, u32 *p)
        return iov->iov_len = ((u8 *) p - (u8 *) iov->iov_base);
 }
 
-/*
- * Maximum number of iov's we use.
- */
-#define MAX_IOVEC      (12)
-
 /*
  * XDR buffer helper functions
  */