Page MenuHomeFreeBSD

ffs snapshots: pass valid args to vn_start_write
ClosedPublic

Authored by vangyzen on Wed, Feb 25, 4:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 18, 4:47 AM
Unknown Object (File)
Wed, Mar 18, 4:01 AM
Unknown Object (File)
Sun, Mar 15, 4:27 AM
Unknown Object (File)
Thu, Mar 12, 8:38 PM
Unknown Object (File)
Thu, Mar 5, 3:55 AM
Unknown Object (File)
Mon, Mar 2, 9:43 PM
Unknown Object (File)
Sun, Mar 1, 9:23 PM
Unknown Object (File)
Sun, Mar 1, 6:23 AM
Subscribers

Details

Summary

If the initial no-wait vn_start_write fails, we pass the old
PCATCH flag to the following sleepable vn_start_write.
Following a75d1ddd74, that flag should be V_PCATCH.

Sponsored by: Dell Inc.

Test Plan

I have not tested this.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable