<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in inotify_test.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a02d794f5acd12ba3cf1de5c204a8dd56af47edd - nullfs: Clear inotify flags during reclaim</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kern/inotify_test.c#a02d794f5acd12ba3cf1de5c204a8dd56af47edd</link>
        <description>nullfs: Clear inotify flags during reclaimThe inotify flags are copied from the lower vnode into the nullfs vnodeso that the INOTIFY() macro will invoke VOP_INOTIFY on the nullfs vnode;this is then bypassed to the lower vnode.  However, when a nullfs vnodeis reclaimed we should clear these flags, as the vnode is now doomed andno longer forwards VOPs to the lower vnode.Add regression tests.  Remove a test in vn_inotify_revoke() which is nolonger needed after this change.PR:		292495Reviewed by:	kibReported by:	Jed Laundry &lt;jlaundry@jlaundry.com&gt;Fixes:		f1f230439fa4 (&quot;vfs: Initial revision of inotify&quot;)MFC after:	1 weekDifferential Revision:	https://reviews.freebsd.org/D56639

            List of files:
            /freebsd/tests/sys/kern/inotify_test.c</description>
        <pubDate>Sun, 26 Apr 2026 03:35:37 +0200</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>da8ab13249420e85935b89794f333f0755e56385 - inotify: Avoid resetting the cookie</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kern/inotify_test.c#da8ab13249420e85935b89794f333f0755e56385</link>
        <description>inotify: Avoid resetting the cookieThe IN_MOVED_FROM and _TO events only apply to names in a watcheddirectory, never to a watched directory itself.  So, the cookie valuethere is always zero, and in particular we should not reset thecaller-provided cookie value, as it may be used later.Add a regression test.Reported by:	arrowdMFC after:	1 week

            List of files:
            /freebsd/tests/sys/kern/inotify_test.c</description>
        <pubDate>Mon, 22 Dec 2025 00:49:26 +0100</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4ea7a920de22d283dd801a38588f35f56cdddcb6 - inotify tests: Use unsigned integers for event masks</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kern/inotify_test.c#4ea7a920de22d283dd801a38588f35f56cdddcb6</link>
        <description>inotify tests: Use unsigned integers for event masksReported by:	gccFixes:		739fc14938d5 (&quot;tests: Add some regression tests for inotify&quot;)

            List of files:
            /freebsd/tests/sys/kern/inotify_test.c</description>
        <pubDate>Mon, 07 Jul 2025 21:14:41 +0200</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>739fc14938d58a2ed34c0663bf1f06c83eada685 - tests: Add some regression tests for inotify</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kern/inotify_test.c#739fc14938d58a2ed34c0663bf1f06c83eada685</link>
        <description>tests: Add some regression tests for inotifyReviewed by:	kibMFC after:	3 monthsSponsored by:	Klara, Inc.Differential Revision:	https://reviews.freebsd.org/D50315

            List of files:
            /freebsd/tests/sys/kern/inotify_test.c</description>
        <pubDate>Thu, 03 Jul 2025 22:00:19 +0200</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
