mbox series

[GIT,PULL] iomap: one more change for 5.13-rc1

Message ID 20210507003748.GG8582@magnolia (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] iomap: one more change for 5.13-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/iomap-5.13-merge-3

Message

Darrick J. Wong May 7, 2021, 12:37 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org May 7, 2021, 7:51 a.m. UTC | #1
The pull request you sent on Thu, 6 May 2021 17:37:48 -0700:

> git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/iomap-5.13-merge-3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/05da1f643f00ae9aabb8318709e40579789b7c64

Thank you!