]> www.infradead.org Git - users/willy/pagecache.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>
Sat, 9 Jul 2022 00:09:52 +0000 (20:09 -0400)
commit3f05372ce9ddbd643a763f60c0d2a115cb2de008
treeefeebf7adfadf5db6b6a7f6c9a3b5e0e0129bce8
parent8862fa5da9f144d0554c2177aea7ce0b6f97d8c0
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