• Amir Goldstein's avatar
    configfs: call fsnotify_rmdir() hook · 6146e78c
    Amir Goldstein authored
    This will allow generating fsnotify delete events on unregister
    of group/subsystem after the fsnotify_nameremove() hook is removed
    from d_delete().
    
    The rest of the d_delete() calls from this filesystem are either
    called recursively from within debugfs_unregister_{group,subsystem},
    called from a vfs function that already has delete hooks or are
    called from shutdown/cleanup code.
    
    Cc: Joel Becker <jlbec@evilplan.org>
    Cc: Christoph Hellwig <hch@lst.de>
    Signed-off-by: default avatarAmir Goldstein <amir73il@gmail.com>
    Signed-off-by: default avatarJan Kara <jack@suse.cz>
    6146e78c
dir.c 49.7 KB