]> Gentwo Git Trees - linux/.git/commit
ata: libata-sff: drop nth_page() usage within SG entry
authorDavid Hildenbrand <david@redhat.com>
Mon, 1 Sep 2025 15:03:46 +0000 (17:03 +0200)
committerAndrew Morton <akpm@linux-foundation.org>
Sun, 21 Sep 2025 21:22:07 +0000 (14:22 -0700)
commit70aa902651e8aa596f23d6f0d4c8b21a08e93cce
tree8883a22742b2fbf7e15c1386c59f074af3622d2a
parent80e7bb74d4ff24725f0ddb1c72d8de45a3d975f6
ata: libata-sff: drop nth_page() usage within SG entry

It's no longer required to use nth_page() when iterating pages within a
single SG entry, so let's drop the nth_page() usage.

Link: https://lkml.kernel.org/r/20250901150359.867252-26-david@redhat.com
Signed-off-by: David Hildenbrand <david@redhat.com>
Acked-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Cc: Niklas Cassel <cassel@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/ata/libata-sff.c