Skip to content

Commit 9c6e1f8

Browse files
committed
Merge branch 'for-6.11/block' into for-next
* for-6.11/block: block: use the right type for stub rq_integrity_vec()
2 parents c1440ed + 69b6517 commit 9c6e1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/blk-integrity.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ static inline int blk_integrity_rq(struct request *rq)
145145
return 0;
146146
}
147147

148-
static inline struct bio_vec *rq_integrity_vec(struct request *rq)
148+
static inline struct bio_vec rq_integrity_vec(struct request *rq)
149149
{
150150
/* the optimizer will remove all calls to this function */
151151
return (struct bio_vec){ };

0 commit comments

Comments
 (0)