[GIT PULL] iomap: one more change for 5.13-rc1
From: Darrick J. Wong
Date: Thu May 06 2021 - 20:37:52 EST
Hi Linus,
Please pull this second patch to the iomap code for 5.13-rc1, which
removes a now-unused field from one of the iomap structs. I don't know
if Christoph intends to send a %pD fix for last week's swapfile patch;
so far he hasn't sent me anything...
The branch merges cleanly with upstream as of a few minutes ago. Please
let me know if there are any strange problems.
--D
The following changes since commit 5e321ded302da4d8c5d5dd953423d9b748ab3775:
Merge tag 'for-5.13/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux (2021-05-03 13:47:17 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/iomap-5.13-merge-3
for you to fetch changes up to 6e552494fb90acae005d74ce6a2ee102d965184b:
iomap: remove unused private field from ioend (2021-05-04 08:54:29 -0700)
----------------------------------------------------------------
More new code for 5.13-rc1:
- Remove the now unused "io_private" field from struct iomap_ioend, for
a modest savings in memory allocation.
----------------------------------------------------------------
Brian Foster (1):
iomap: remove unused private field from ioend
fs/iomap/buffered-io.c | 7 +------
fs/xfs/xfs_aops.c | 2 +-
include/linux/iomap.h | 5 +----
3 files changed, 3 insertions(+), 11 deletions(-)