[GIT PULL] jfs updates for v5.19

From: Dave Kleikamp
Date: Fri May 27 2022 - 11:10:48 EST


The following changes since commit b2d229d4ddb17db541098b83524d901257e93845:

Linux 5.18-rc3 (2022-04-17 13:57:31 -0700)

are available in the Git repository at:

git@xxxxxxxxxx:kleikamp/linux-shaggy.git tags/jfs-5.19

for you to fetch changes up to e471e5942c006532a013eefde239ce1e783ac2d9:

fs/jfs: Remove dead code (2022-04-25 14:00:33 -0500)

----------------------------------------------------------------
JFS: One bug fix and some code cleanup

----------------------------------------------------------------
Dave Kleikamp (1):
fs/jfs: Remove dead code

Zixuan Fu (1):
fs: jfs: fix possible NULL pointer dereference in dbFree()

fs/jfs/Makefile | 2 -
fs/jfs/inode.c | 18 -
fs/jfs/jfs_dmap.c | 71 +---
fs/jfs/jfs_dtree.c | 298 ----------------
fs/jfs/jfs_extent.c | 255 --------------
fs/jfs/jfs_logmgr.c | 8 -
fs/jfs/jfs_mount.c | 4 +-
fs/jfs/jfs_txnmgr.c | 34 --
fs/jfs/jfs_xtree.c | 961 ----------------------------------------------------
fs/jfs/jfs_xtree.h | 4 -
10 files changed, 3 insertions(+), 1652 deletions(-)