From mboxrd@z Thu Jan 1 00:00:00 1970 From: geert@linux-m68k.org (Geert Uytterhoeven) Date: Tue, 4 Sep 2018 21:36:06 +0200 Subject: [PATCH 10/13] block: remove bvec_to_phys In-Reply-To: <20180904191431.20102-11-hch@lst.de> References: <20180904191431.20102-1-hch@lst.de> <20180904191431.20102-11-hch@lst.de> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Sep 4, 2018 at 9:23 PM Christoph Hellwig wrote: > We only use it in biovec_phys_mergeable and a m68k paravirt driver, > so just opencode it there. Also remove the pointless unsigned long cast > for the offset in the opencoded instances. > > Signed-off-by: Christoph Hellwig Reviewed-by: Geert Uytterhoeven > --- > arch/m68k/emu/nfblock.c | 2 +- Acked-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds