• N
    Btrfs: use add_to_page_cache_lru, use __page_cache_alloc · 28ecb609
    Nick Piggin 提交于
    Pagecache pages should be allocated with __page_cache_alloc, so they
    obey pagecache memory policies.
    
    add_to_page_cache_lru is exported, so it should be used. Benefits over
    using a private pagevec: neater code, 128 bytes fewer stack used, percpu
    lru ordering is preserved, and finally don't need to flush pagevec
    before returning so batching may be shared with other LRU insertions.
    
    Signed-off-by: Nick Piggin <npiggin@suse.de>:
    Signed-off-by: NChris Mason <chris.mason@oracle.com>
    28ecb609
extent_io.c 93.7 KB