mbox series

[0/3] Random netfs folio fixes

Message ID 20241005182307.3190401-1-willy@infradead.org (mailing list archive)
Headers show
Series Random netfs folio fixes | expand

Message

Matthew Wilcox Oct. 5, 2024, 6:23 p.m. UTC
A few minor fixes; nothing earth-shattering.

Matthew Wilcox (Oracle) (3):
  netfs: Remove call to folio_index()
  netfs: Fix a few minor bugs in netfs_page_mkwrite()
  netfs: Remove unnecessary references to pages

 fs/netfs/buffered_read.c     |  8 +++----
 fs/netfs/buffered_write.c    | 41 ++++++++++++++++++------------------
 include/trace/events/netfs.h |  2 +-
 3 files changed, 25 insertions(+), 26 deletions(-)

Comments

Christian Brauner Oct. 7, 2024, 11:46 a.m. UTC | #1
On Sat, 05 Oct 2024 19:23:02 +0100, Matthew Wilcox (Oracle) wrote:
> A few minor fixes; nothing earth-shattering.
> 
> Matthew Wilcox (Oracle) (3):
>   netfs: Remove call to folio_index()
>   netfs: Fix a few minor bugs in netfs_page_mkwrite()
>   netfs: Remove unnecessary references to pages
> 
> [...]

Applied to the vfs.netfs branch of the vfs/vfs.git tree.
Patches in the vfs.netfs branch should appear in linux-next soon.

Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.

It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.

Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs.netfs

[1/3] netfs: Remove call to folio_index()
      https://git.kernel.org/vfs/vfs/c/fcd4904e2f69
[2/3] netfs: Fix a few minor bugs in netfs_page_mkwrite()
      https://git.kernel.org/vfs/vfs/c/c6a90fe7f080
[3/3] netfs: Remove unnecessary references to pages
      https://git.kernel.org/vfs/vfs/c/e995e8b60026
David Howells Oct. 7, 2024, 2:15 p.m. UTC | #2
Hi Christian,

Could you add these patches to vfs.fixes?

Thanks,
David