search for: b8753433fc61

Displaying 1 result from an estimated 1 matches for "b8753433fc61".

2023 Jan 31
1
[PATCH 01/23] block: factor out a bvec_set_page helper
...ng this area - could we > perhaps move the definition of struct bio_vec and trivial helpers > like this into a new header? bvec.h pulls in mm.h which is a right > behemoth :S I bet we can drop mm.h now. It was originally added for nth_page() in 3d75ca0adef4 but those were all removed by b8753433fc61. A quick smoke test on my default testing config doesn't find any problems. Let me send a patch and see if the build bots complain.