PR/59663 CVS commit: [netbsd-10] src/sys/dev
"Martin Husemann" <[email protected]> Sun, 2 Aug 2026 13:45:04 +0000 (UTC)
| Newsgroups | gmane.os.netbsd.bugs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR kern/59663; it has been noted by GNATS. From: "Martin Husemann" <[email protected]> To: [email protected] Cc: Subject: PR/59663 CVS commit: [netbsd-10] src/sys/dev Date: Sun, 2 Aug 2026 13:44:42 +0000 Module Name: src Committed By: martin Date: Sun Aug 2 13:44:42 UTC 2026 Modified Files: src/sys/dev [netbsd-10]: fss.c Log Message: Pull up following revision(s) (requested by hannken in ticket #1320): sys/dev/fss.c: revision 1.116 Bracket I/O from or to the backing store with fstrans_start_lazy() so the fss device doesn't block before the file system is suspended. Should fix some deadlocks with revokation of ttys. PR kern/59663 (ffs_snapshot_read -> uvm_fault (or pool page empty) To generate a diff of this commit: cvs rdiff -u -r1.113.4.1 -r1.113.4.2 src/sys/dev/fss.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.