Prev: [PATCH resend] s3cmci: s3cmci_card_present: Use no_detect to decide whether there is a card detect pin
Next: [PATCH] SELinux: Make selinux_kernel_create_files_as() shouldn't just always return 0
From: Rik van Riel on 25 Feb 2010 20:40 On 02/23/2010 10:10 PM, Wu Fengguang wrote: > Do mmap read-around when there are cached pages in the nearby 256KB > (covered by one radix tree node). > > There is a failure case though: for a sequence of page faults at page > index 64*i+1, i=1,2,3,..., this heuristic will keep doing pointless > read-arounds. Hopefully the pattern won't appear in real workloads. > Note that the readahead heuristic has similiar failure case. > > CC: Nick Piggin<npiggin(a)suse.de> > Signed-off-by: Wu Fengguang<fengguang.wu(a)intel.com> Acked-by: Rik van Riel <riel(a)redhat.com> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |