All of lore.kernel.org
 help / color / mirror / Atom feed
From: Carlos Maiolino <cmaiolino@redhat.com>
To: linux-xfs@vger.kernel.org
Subject: [PATCH 0/2] Get rid of kmem_realloc()
Date: Thu, 13 Aug 2020 16:26:38 +0200	[thread overview]
Message-ID: <20200813142640.47923-1-cmaiolino@redhat.com> (raw)

Hi folks.

This is just to give continuity to the kmem cleanup. This series get rid of
kmem_realloc() and its users.

Patches have been tested with xfstests, no issues reported so far.

Cheers

Carlos Maiolino (2):
  xfs: remove kmem_realloc() users
  xfs: remove kmem_realloc()

 fs/xfs/kmem.c                  | 22 ----------------------
 fs/xfs/kmem.h                  |  1 -
 fs/xfs/libxfs/xfs_iext_tree.c  |  2 +-
 fs/xfs/libxfs/xfs_inode_fork.c |  8 ++++----
 fs/xfs/xfs_log_recover.c       |  2 +-
 fs/xfs/xfs_mount.c             |  4 ++--
 fs/xfs/xfs_trace.h             |  1 -
 7 files changed, 8 insertions(+), 32 deletions(-)

-- 
2.26.2


             reply	other threads:[~2020-08-13 14:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-13 14:26 Carlos Maiolino [this message]
2020-08-13 14:26 ` [PATCH 1/2] xfs: remove kmem_realloc() users Carlos Maiolino
2020-08-13 14:26 ` [PATCH 2/2] xfs: remove kmem_realloc() Carlos Maiolino
2020-08-17  6:55 ` [PATCH 0/2] Get rid of kmem_realloc() Christoph Hellwig
2020-08-17 10:17   ` Carlos Maiolino
2020-08-17 15:39     ` Darrick J. Wong
2020-08-18 10:07       ` Carlos Maiolino
2020-08-18 15:18         ` Darrick J. Wong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200813142640.47923-1-cmaiolino@redhat.com \
    --to=cmaiolino@redhat.com \
    --cc=linux-xfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.