aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib
diff options
context:
space:
mode:
authorJens Axboe <jens.axboe@oracle.com>2007-07-11 14:53:28 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2007-07-18 15:49:48 -0700
commita6bb340da32f0abf76656be1619fb85150eef61b (patch)
treefe013c74f0878456b8b622ac394eb1928c2ef0f8 /lib
parentMerge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 (diff)
downloadwireguard-linux-a6bb340da32f0abf76656be1619fb85150eef61b.tar.xz
wireguard-linux-a6bb340da32f0abf76656be1619fb85150eef61b.zip
debugfs: remove rmdir() non-empty complaint
Hi, This patch kills the pointless debugfs rmdir() printk() when called on a non-empty directory. blktrace will sometimes have to call it a few times when forcefully ending a trace, which polutes the log with pointless warnings. Rationale: - It's more code to work-around this "problem" in the debugfs users, and you would have to add code to check for empty directories to do so (or assume that debugfs is using simple_ helpers, but that would be a layering violation). - Other rmdir() implementations don't complain about something this silly. Signed-off-by: Jens Axboe <jens.axboe@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions