]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: Drop racy warning
authorKent Overstreet <kent.overstreet@linux.dev>
Sun, 15 Dec 2024 06:52:54 +0000 (01:52 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Fri, 10 Jan 2025 04:38:41 +0000 (23:38 -0500)
commit6542afe299eaa1be530caa56c455492f470896cb
tree71352ae13050a7b2b05337f801acaed3f34d65ae
parent0475c7639edf3282783b04913889d2a6369d541e
bcachefs: Drop racy warning

Checking for writing past i_size after unlocking the folio and clearing
the dirty bit is racy, and we already check it at the start.

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