bcachefs: Don't flush journal from bch2_vfs_write_inode()
authorKent Overstreet <kent.overstreet@gmail.com>
Thu, 22 Aug 2019 20:30:55 +0000 (16:30 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:25 +0000 (17:08 -0400)
commit416f6852523d8599713b756b2d2027d2e9f90b3f
treeaf131688e62982fe7573fe41f45853d3090044ee
parentd9b022fee69e7f1eea45317c882c65582481a263
bcachefs: Don't flush journal from bch2_vfs_write_inode()

It's only updating timestamps, so this doubly doesn't make sense. fsync
will flush the journal, if necessary.

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