Re: [PATCH 0/2] block: Delete bio_set_prio() and bio_prio()
Chaitanya Kulkarni <[email protected]>
| Newsgroups | org.kernel.vger.linux-bcache,dev.linux.lists.dm-devel,org.kernel.vger.linux-bcachefs,org.kernel.vger.linux-block,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 12/2/24 03:19, John Garry wrote: > Macros bio_set_prio() and bio_prio() do nothing special in terms of > setting and getting the bio io prio member, so just delete them. > > Prior to commit 43b62ce3ff0a, they would actually encode and decode the > prio in the now-deleted bi_rw member. Looks good. Reviewed-by: Chaitanya Kulkarni <[email protected]> -ck