All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Darrick J. Wong" <djwong@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "Darrick J. Wong" <djwong@kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	linux-xfs <linux-xfs@vger.kernel.org>,
	Eric Sandeen <sandeen@sandeen.net>
Subject: [GIT PULL] xfs: more fixes for 4.15
Date: Tue, 21 Nov 2017 11:45:05 -0800	[thread overview]
Message-ID: <20171121194505.GD2135@magnolia> (raw)

Hi Linus,

Here are a couple more patches to fix a memory leak and some refactoring
to make it easier to keep xfsprogs' libxfs in sync with the kernel.

--D

The following changes since commit 2015a63dce8d73a439232a0d5162c88d8513101e:

  xfs: fix type usage (2017-11-16 12:06:45 -0800)

are available in the git repository at:

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

for you to fetch changes up to 274e0a1f4777b9362fc03a34e86358cc36003e48:

  xfs: abstract out dev_t conversions (2017-11-21 01:44:53 -0800)

----------------------------------------------------------------
Changes since last update:
- Fix a memory leak in the new in-core extent map.
- Refactor the xfs_dev_t conversions for easier xfsprogs porting

----------------------------------------------------------------
Christoph Hellwig (1):
      xfs: abstract out dev_t conversions

Shu Wang (1):
      xfs: fix memory leak in xfs_iext_free_last_leaf

 fs/xfs/libxfs/xfs_iext_tree.c  |  2 +-
 fs/xfs/libxfs/xfs_inode_fork.c |  8 ++------
 fs/xfs/xfs_linux.h             | 10 ++++++++++
 3 files changed, 13 insertions(+), 7 deletions(-)

                 reply	other threads:[~2017-11-21 19:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20171121194505.GD2135@magnolia \
    --to=djwong@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-xfs@vger.kernel.org \
    --cc=sandeen@sandeen.net \
    --cc=torvalds@linux-foundation.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.