[GIT PULL] xfs: fixes for 4.15

From: Darrick J. Wong
Date: Fri Nov 17 2017 - 14:46:56 EST


Hi Linus,

Here are a couple more patches to fix a locking bug and some inconsistent
type usage in some of the new code.

--D

The following changes since commit abc36be236358162202e86ad88616ff95a755101:

Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfs (2017-11-14 14:44:04 -0800)

are available in the git repository at:

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

for you to fetch changes up to 2015a63dce8d73a439232a0d5162c88d8513101e:

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

----------------------------------------------------------------
Changes since last update:
- Fix a forgotten rcu read unlock
- Fix some inconsistent integer type usage.

----------------------------------------------------------------
Darrick J. Wong (2):
xfs: fix forgotten rcu read unlock when skipping inode reclaim
xfs: fix type usage

fs/xfs/libxfs/xfs_iext_tree.c | 2 +-
fs/xfs/libxfs/xfs_log_format.h | 4 ++--
fs/xfs/xfs_inode.c | 1 +
3 files changed, 4 insertions(+), 3 deletions(-)