summaryrefslogtreecommitdiff
path: root/include/linux/pagevec.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-04-01 18:02:18 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-04-01 18:02:18 +0300
commit5bab5dc780c9ed0c69fc2f828015532acf4a7848 (patch)
treefe1eb13eeab8ccddd5b8281c1162e7307c12bc1c /include/linux/pagevec.h
parentef83531c8e4a5f2fc9c602be7e2a300de1575ee4 (diff)
parent39cd87c4eb2b893354f3b850f916353f2658ae6f (diff)
downloadlinux-5bab5dc780c9ed0c69fc2f828015532acf4a7848.tar.xz
Merge 6.9-rc2 into usb-next
We need the USB fixes in here as well. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/pagevec.h')
-rw-r--r--include/linux/pagevec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/pagevec.h b/include/linux/pagevec.h
index fcc06c300a72..5d3a0cccc6bf 100644
--- a/include/linux/pagevec.h
+++ b/include/linux/pagevec.h
@@ -11,8 +11,8 @@
#include <linux/types.h>
-/* 15 pointers + header align the folio_batch structure to a power of two */
-#define PAGEVEC_SIZE 15
+/* 31 pointers + header align the folio_batch structure to a power of two */
+#define PAGEVEC_SIZE 31
struct folio;