Revert "jfs: fix shift-out-of-bounds in dbJoin"
authorDave Kleikamp <dave.kleikamp@oracle.com>
Mon, 29 Jan 2024 14:40:23 +0000 (08:40 -0600)
committerDave Kleikamp <dave.kleikamp@oracle.com>
Mon, 29 Jan 2024 14:45:10 +0000 (08:45 -0600)
commite42e29cc442395d62f1a8963ec2dfb700ba6a5d7
treea143664364ea91239c9ba085ea231dc3d09974c5
parent41bccc98fb7931d63d03f326a746ac4d429c1dd3
Revert "jfs: fix shift-out-of-bounds in dbJoin"

This reverts commit cca974daeb6c43ea971f8ceff5a7080d7d49ee30.

The added sanity check is incorrect. BUDMIN is not the wrong value and
is too small.

Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
fs/jfs/jfs_dmap.c