We need to repeat the operation if the vnode was relocked.
Reported by: markj
Differential D38114 Authored by kib on Jan 18 2023, 9:12 PM.
Details Summary We need to repeat the operation if the vnode was relocked. Reported by: markj
Diff Detail
Event TimelineHerald added a subscriber: imp. · View Herald TranscriptJan 18 2023, 9:12 PM2023-01-18 21:12:39 (UTC+0) Comment Actions Thanks, this fixes the panic I saw.
This revision is now accepted and ready to land.Jan 18 2023, 10:15 PM2023-01-18 22:15:58 (UTC+0) kib marked an inline comment as done. Comment ActionsAvoid duplicating VOP_FSYNC() call. This revision now requires review to proceed.Jan 18 2023, 10:31 PM2023-01-18 22:31:42 (UTC+0) This revision is now accepted and ready to land.Jan 19 2023, 3:49 PM2023-01-19 15:49:00 (UTC+0) Closed by commit rG6189672e6008: Handle ERELOOKUP from VOP_FSYNC() in several other places (authored by kib). · Explain WhyJan 20 2023, 1:56 AM2023-01-20 01:56:34 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 115344 sys/dev/md/md.c
sys/vm/vm_object.c
|