We did not find any page, we're allocating them all from the page allocator. Signed-off-by: Christoph Hellwig <hch@xxxxxx> --- fs/xfs/xfs_buf.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/fs/xfs/xfs_buf.c b/fs/xfs/xfs_buf.c index 9c64c374411081..76240d84d58b61 100644 --- a/fs/xfs/xfs_buf.c +++ b/fs/xfs/xfs_buf.c @@ -436,8 +436,6 @@ xfs_buf_alloc_pages( goto retry; } - XFS_STATS_INC(bp->b_mount, xb_page_found); - nbytes = min_t(size_t, size, PAGE_SIZE); size -= nbytes; bp->b_pages[i] = page; -- 2.30.2