bcachefs: Inode create no longer needs to probe key cache
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 9 Jan 2023 07:25:08 +0000 (02:25 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:23 +0000 (17:09 -0400)
commit63a2edce9487b1fcea7257676614456846f9ab09
treee811a9f197b2811cd6a7ee2a8c6e266491c060f5
parent12ce5b7df1e0e432bcac22079e4493cab5cd8b23
bcachefs: Inode create no longer needs to probe key cache

Now that we have full key cache coherency, we can simplify
bch2_inode_create().

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