]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitda5235108b54a73f1239b107dee6cf2ea5b720c5
tree762687045a7581100bd2e29c4f5449acffe9da40
parent0fffa32e1c44c0c4cf1b709bb906c5b26967399f
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