• H
    debugfs: Implement debugfs_remove_recursive() · 9505e637
    Haavard Skinnemoen 提交于
    debugfs_remove_recursive() will remove a dentry and all its children.
    Drivers can use this to zap their whole debugfs tree so that they don't
    need to keep track of every single debugfs dentry they created.
    
    It may fail to remove the whole tree in certain cases:
    
    sh-3.2# rmmod atmel-mci < /sys/kernel/debug/mmc0/ios/clock
    mmc0: card b368 removed
    atmel_mci atmel_mci.0: Lost dma0chan1, falling back to PIO
    sh-3.2# ls /sys/kernel/debug/mmc0/
    ios
    
    But I'm not sure if that case can be handled in any sane manner.
    Signed-off-by: NHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
    Cc: Pierre Ossman <drzeus-list@drzeus.cx>
    Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
    9505e637
inode.c 14.7 KB