[GIT PULL] jfs updates for 5.2

From: Dave Kleikamp
Date: Mon May 06 2019 - 11:32:46 EST


The following changes since commit 01aa9d518eae8a4d75cd3049defc6ed0b6d0a658:

Merge tag 'docs-4.20' of git://git.lwn.net/linux (2018-10-24 18:01:11 +0100)

are available in the Git repository at:

git://github.com/kleikamp/linux-shaggy.git tags/jfs-5.2

for you to fetch changes up to a5fdd713d256887b5f012608701149fa939e5645:

jfs: fix bogus variable self-initialization (2019-03-22 09:38:37 -0500)

----------------------------------------------------------------
Several minor jfs fixes

----------------------------------------------------------------
Andy Shevchenko (1):
fs/jfs: Switch to use new generic UUID API

Arnd Bergmann (1):
jfs: fix bogus variable self-initialization

Chengguang Xu (1):
jfs: compare old and new mode before setting update_mode flag

Colin Ian King (1):
jfs: fix spelling mistake, EACCESS -> EACCES

Dave Kleikamp (1):
jfs: remove incorrect comment in jfs_superblock

fs/jfs/acl.c | 3 ++-
fs/jfs/jfs_incore.h | 6 ++++--
fs/jfs/jfs_logmgr.c | 18 +++++++++---------
fs/jfs/jfs_logmgr.h | 10 +++++-----
fs/jfs/jfs_mount.c | 4 ++--
fs/jfs/jfs_superblock.h | 8 ++++----
fs/jfs/jfs_txnmgr.c | 3 +--
fs/jfs/namei.c | 2 +-
fs/jfs/super.c | 8 +++++---
9 files changed, 33 insertions(+), 29 deletions(-)