CVS log for src/tests/kernel/t_unmount.c
Up to [cvs.NetBSD.org] / src / tests / kernel
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Oct 2 17:16:32 2024 UTC (3 months, 2 weeks ago) by bad
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3
lines
t_unmount.c: fix copyright year
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Aug 11 12:58:10 2024 UTC (5 months, 1 week ago) by bad
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -3
lines
vfs_subr.c: in dounmount restore the async flag before checking it
This avoids the file system being put on the syncer work list and future
modified buffers being flushed to disk by the synce after an attempt to
unmount it fails.
Adjust the test case to not expect a failure.
fixes PR kern/58564.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Aug 10 14:44:54 2024 UTC (5 months, 1 week ago) by bad
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -6
lines
tests/kernel/t_unmount.c: don't need rv any more
simplify as noticed by riastradh@.
NFC.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Aug 9 23:24:15 2024 UTC (5 months, 1 week ago) by bad
Branches: MAIN
add tests/kernel/t_umount.c: test case for unmount(2)
demonstrate that failing to umount and async mounted file system causes the
kernel syncer to start flushing dirty buffers for it.
PR kern/58564: async mounts revert to being synced after failed unmount
CVSweb <webmaster@jp.NetBSD.org>