Commit 29177b89 authored by Kent Overstreet's avatar Kent Overstreet Committed by Jens Axboe

bcache: Fix for the build fixes

Commit 82a84eaf7e51ba3da0c36cbc401034a4e943492d left a return 0 in
closure_debug_init(). Whoops.
Signed-off-by: default avatarKent Overstreet <koverstreet@google.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 2124469e
......@@ -337,7 +337,6 @@ static const struct file_operations debug_ops = {
void __init closure_debug_init(void)
{
debug = debugfs_create_file("closures", 0400, NULL, NULL, &debug_ops);
return 0;
}
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment