]> www.infradead.org Git - users/willy/pagecache.git/commit
iomap: Inline data shouldn't see THPs
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sun, 5 Jan 2020 03:28:24 +0000 (22:28 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 25 Nov 2020 02:00:21 +0000 (21:00 -0500)
commit344ea92550b2b82e4dd2c5d9507c93b3c080b972
tree39c3bf5c3958c62f1b2a338528cc5428a4aa2a34
parent7f8fa1f69fd983b1c687c5d36089ff38f4791bb2
iomap: Inline data shouldn't see THPs

Assert that we're not seeing THPs in functions that read/write
inline data, rather than zeroing out the tail.

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