git: DragonFly_RELEASE_6_4 tmpfs - Properly trigger NOTE_DELETE when open directory is rmdir'd

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Oct 4 19:08:08 PDT 2023


commit 3563be16957c7f2f28f10380d252728ca5c38bfa
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Oct 4 18:59:54 2023 -0700

    tmpfs - Properly trigger NOTE_DELETE when open directory is rmdir'd
    
    * tmpfs was issuing proper events for the parent directory of a directory
      being deleted, but not for the directory being deleted itself.
    
    Reported-by: e80x24org

Summary of changes:
 sys/vfs/tmpfs/tmpfs_vnops.c | 1 +
 1 file changed, 1 insertion(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3563be16957c7f2f28f10380d252728ca5c38bfa


-- 
DragonFly BSD source repository


More information about the Commits mailing list