jfs: stop using the nobh helper
authorChristoph Hellwig <hch@lst.de>
Mon, 13 Jun 2022 05:37:12 +0000 (07:37 +0200)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 2 Aug 2022 16:34:04 +0000 (12:34 -0400)
commit002cbb135678a99de6f851b4b5d3dcf88b9ab63d
tree762687045a7581100bd2e29c4f5449acffe9da40
parent0cc5b4ce7a3735ba0c64ed4c5a1f673165c4d5b2
jfs: stop using the nobh helper

The nobh mode is an obscure feature to save lowlevel for large memory
32-bit configurations while trading for much slower performance and
has been long obsolete.  Switch to the regular buffer head based helpers
instead.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
fs/jfs/inode.c