]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: print op->nonce on data update inconsistency
authorKent Overstreet <kent.overstreet@linux.dev>
Thu, 20 Feb 2025 14:17:17 +0000 (09:17 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Thu, 20 Feb 2025 21:39:28 +0000 (16:39 -0500)
commit68aaa637162787dc3374080efe03366f70b344f1
tree052c19ba5d080cfcdd4efe5cdc48705216e020b2
parentb04974f759ac7574d8556deb7c602a8d01a0dcc6
bcachefs: print op->nonce on data update inconsistency

"nonce inconstancy" is popping up again, causing us to go emergency
read-only.

This one looks less serious, i.e. specific to the encryption path and
not indicative of a data corruption bug. But we'll need more info to
track it down.

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