block: Add missing flush_dcache_page() call
authorKent Overstreet <kent.overstreet@gmail.com>
Wed, 9 May 2018 01:33:55 +0000 (21:33 -0400)
committerJens Axboe <axboe@kernel.dk>
Mon, 14 May 2018 19:16:11 +0000 (13:16 -0600)
commit6e6e811d747bfe40228dc72309450803ef74d380
treea25834cab4b4cbeb1d7b8c16c6cf907ffd93c49d
parent45db54d58de0b7171fe1f0d1dfc14378e464949e
block: Add missing flush_dcache_page() call

Since a bio can point to userspace pages (e.g. direct IO), this is
generally necessary.

Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bio.c