You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mm: convert pagecache_isize_extended to use a folio
JIRA: https://issues.redhat.com/browse/RHEL-109217
commit 2ebe90d
Author: Matthew Wilcox (Oracle) <willy@infradead.org>
Date: Fri Apr 5 19:00:36 2024 +0100
mm: convert pagecache_isize_extended to use a folio
Remove four hidden calls to compound_head(). Also exit early if the
filesystem block size is >= PAGE_SIZE instead of just equal to PAGE_SIZE.
Link: https://lkml.kernel.org/r/20240405180038.2618624-1-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Pankaj Raghav <p.raghav@samsung.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Brian Foster <bfoster@redhat.com>
0 commit comments