bcachefs: Eliminate function calls in DIO fastpaths
authorKent Overstreet <kent.overstreet@linux.dev>
Wed, 2 Nov 2022 20:45:28 +0000 (16:45 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:31 +0000 (17:08 -0400)
commita023127a28d4b8d651d3ccb41dd7da2ba534390a
tree31cabcaef54a2527eeb269b77af36855860df9f0
parent54847d253ab3a4980ed8322a618a9521a2d6cd45
bcachefs: Eliminate function calls in DIO fastpaths

We can assume that usually buffered and O_DIRECT IO won't be mixed, and
the calls to flush the page cache won't be needed.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/fs-io.c