mirror of
https://github.com/torvalds/linux.git
synced 2026-05-21 13:27:57 +02:00
bcachefs: kill useless return ret
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
f0431c5f47
commit
8a0dda6fd6
|
|
@ -930,8 +930,6 @@ void bch2_debug_exit(void)
|
|||
|
||||
int __init bch2_debug_init(void)
|
||||
{
|
||||
int ret = 0;
|
||||
|
||||
bch_debug = debugfs_create_dir("bcachefs", NULL);
|
||||
return ret;
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user