Stefan Hajnoczi
2021-May-04 10:27 UTC
[PATCH] virtio_blk: cleanups: remove check obsoleted by CONFIG_LBDAF removal
On Fri, Apr 30, 2021 at 12:36:11PM +0200, Sohaib Mohamed wrote:> From: Sohaib <sohaib.amhmd at gmail.com> > > Prior to 72deb455b5ec ("block: remove CONFIG_LBDAF"), it was optional if > the 32-bit kernel support block device and/or file sizes larger than 2 TiB > (considering the sector size is 512 bytes) > But now sector_t and blkcnt_t are always 64-bit in size. > > Suggested-by: Ahmad Fatoum <a.fatoum at pengutronix.de> > Signed-off-by: Sohaib Mohammed <sohaib.amhmd at gmail.com> > --- > drivers/block/virtio_blk.c | 7 ------- > 1 file changed, 7 deletions(-)Reviewed-by: Stefan Hajnoczi <stefanha at redhat.com> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: not available URL: <http://lists.linuxfoundation.org/pipermail/virtualization/attachments/20210504/dd5ee3f5/attachment.sig>