NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/58564 CVS commit: src



The following reply was made to PR kern/58564; it has been noted by GNATS.

From: "Christoph Badura" <bad%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58564 CVS commit: src
Date: Fri, 9 Aug 2024 23:24:15 +0000

 Module Name:	src
 Committed By:	bad
 Date:		Fri Aug  9 23:24:15 UTC 2024
 
 Modified Files:
 	src/distrib/sets/lists/debug: mi
 	src/distrib/sets/lists/tests: mi
 	src/tests/kernel: Makefile
 Added Files:
 	src/tests/kernel: t_unmount.c
 
 Log Message:
 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
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.440 -r1.441 src/distrib/sets/lists/debug/mi
 cvs rdiff -u -r1.1328 -r1.1329 src/distrib/sets/lists/tests/mi
 cvs rdiff -u -r1.78 -r1.79 src/tests/kernel/Makefile
 cvs rdiff -u -r0 -r1.1 src/tests/kernel/t_unmount.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index