fscache: remove unused ->now_uncached callback
Patch series "Ranged pagevec lookup", v2. In this series I make pagevec_lookup() update the index (to be consistent with pagevec_lookup_tag() and also as a preparation for ranged lookups), provide ranged variant of pagevec_lookup() and use it in places where it makes sense. This not only removes some common code but is also a measurable performance win for some use cases (see patch 4/10) where radix tree is sparse and searching & grabing of a page after the end of the range has measurable overhead. This patch (of 10): The callback doesn't ever get called. Remove it. Link: http://lkml.kernel.org/r/20170726114704.7626-2-jack@suse.cz Signed-off-by:Jan Kara <jack@suse.cz> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- Documentation/filesystems/caching/netfs-api.txt 0 additions, 2 deletionsDocumentation/filesystems/caching/netfs-api.txt
- fs/9p/cache.c 0 additions, 29 deletionsfs/9p/cache.c
- fs/afs/cache.c 0 additions, 43 deletionsfs/afs/cache.c
- fs/ceph/cache.c 0 additions, 31 deletionsfs/ceph/cache.c
- fs/cifs/cache.c 0 additions, 31 deletionsfs/cifs/cache.c
- fs/nfs/fscache-index.c 0 additions, 40 deletionsfs/nfs/fscache-index.c
- include/linux/fscache.h 0 additions, 9 deletionsinclude/linux/fscache.h
Loading
Please register or sign in to comment