Loading include/linux/mm.h +1 −1 Original line number Diff line number Diff line Loading @@ -2544,7 +2544,7 @@ int __must_check write_one_page(struct page *page); void task_dirty_inc(struct task_struct *tsk); /* readahead.c */ #define VM_READAHEAD_PAGES (SZ_128K / PAGE_SIZE) #define VM_READAHEAD_PAGES (SZ_512K / PAGE_SIZE) int force_page_cache_readahead(struct address_space *mapping, struct file *filp, pgoff_t offset, unsigned long nr_to_read); Loading Loading
include/linux/mm.h +1 −1 Original line number Diff line number Diff line Loading @@ -2544,7 +2544,7 @@ int __must_check write_one_page(struct page *page); void task_dirty_inc(struct task_struct *tsk); /* readahead.c */ #define VM_READAHEAD_PAGES (SZ_128K / PAGE_SIZE) #define VM_READAHEAD_PAGES (SZ_512K / PAGE_SIZE) int force_page_cache_readahead(struct address_space *mapping, struct file *filp, pgoff_t offset, unsigned long nr_to_read); Loading