]> 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)
commit4de1421642fc10dc570b06a666f873b7d07cee26
tree762687045a7581100bd2e29c4f5449acffe9da40
parent8b96121b490e7476cc6b02ac5b67f405002e8573
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