We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf865e commit 3302f6fCopy full SHA for 3302f6f
block/blk-settings.c
@@ -142,8 +142,7 @@ static int blk_validate_integrity_limits(struct queue_limits *lim)
142
* so we assume that we can fit in at least PAGE_SIZE in a segment, apart from
143
* the first and last segments.
144
*/
145
-static
146
-unsigned int blk_queue_max_guaranteed_bio(struct queue_limits *lim)
+static unsigned int blk_queue_max_guaranteed_bio(struct queue_limits *lim)
147
{
148
unsigned int max_segments = min(BIO_MAX_VECS, lim->max_segments);
149
unsigned int length;
0 commit comments