Message ID | 20241005182307.3190401-1-willy@infradead.org (mailing list archive) |
---|---|
Headers | show |
Series | Random netfs folio fixes | expand |
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
Hi Christian, Could you add these patches to vfs.fixes? Thanks, David