[GIT PULL] xfs: more fixes for 4.15

From: Darrick J. Wong
Date: Tue Nov 21 2017 - 14:45:12 EST


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(-)