[GIT PULL] jfs updates for v6.18

From: Dave Kleikamp
Date: Wed Oct 01 2025 - 11:30:56 EST


The following changes since commit 5aca7966d2a7255ba92fd5e63268dd767b223aa5:

Merge tag 'perf-tools-fixes-for-v6.17-2025-09-16' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools (2025-09-16 15:15:54 -0700)

are available in the Git repository at:

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

for you to fetch changes up to cafc6679824a026998d93e7435f6005f64e515d2:

jfs: replace hardcoded magic number with DTPAGEMAXSLOT constant (2025-09-18 09:09:21 -0500)

----------------------------------------------------------------
A few fixes and cleanups for JFS.

----------------------------------------------------------------
Liao Yuanhong (2):
JFS: Remove unnecessary parentheses
JFS: Remove redundant 0 value initialization

Shaurya Rane (1):
jfs: fix uninitialized waitqueue in transaction manager

Tetsuo Handa (1):
jfs: Verify inode mode when loading from disk

Zheng Yu (1):
jfs: replace hardcoded magic number with DTPAGEMAXSLOT constant

fs/jfs/inode.c | 8 +++++++-
fs/jfs/jfs_dtree.c | 4 ++--
fs/jfs/jfs_logmgr.c | 1 -
fs/jfs/jfs_mount.c | 10 +++++-----
fs/jfs/jfs_txnmgr.c | 9 +++++----
5 files changed, 19 insertions(+), 13 deletions(-)