linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Removing readpages aop
@ 2021-05-12 15:12 Matthew Wilcox
  2021-05-12 19:28 ` Steve French
  2021-05-12 21:24 ` [V9fs-developer] " Dominique Martinet
  0 siblings, 2 replies; 4+ messages in thread
From: Matthew Wilcox @ 2021-05-12 15:12 UTC (permalink / raw)
  To: linux-nfs, linux-cifs, v9fs-developer, linux-fsdevel

In Linus' current tree, there are just three filesystems left using the
readpages address_space_operation:

$ git grep '\.readpages'
fs/9p/vfs_addr.c:       .readpages = v9fs_vfs_readpages,
fs/cifs/file.c: .readpages = cifs_readpages,
fs/nfs/file.c:  .readpages = nfs_readpages,

I'd love to finish getting rid of ->readpages as it would simplify
the VFS.  AFS and Ceph were both converted since 5.12 to use
netfs_readahead().  Is there any chance we might get the remaining three
filesystems converted in the next merge window?


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-05-13 13:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-12 15:12 Removing readpages aop Matthew Wilcox
2021-05-12 19:28 ` Steve French
2021-05-13 13:34   ` Matthew Wilcox
2021-05-12 21:24 ` [V9fs-developer] " Dominique Martinet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).