diff options
author | Tang Junhui <[email protected]> | 2018-01-08 12:21:22 -0800 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2018-01-08 13:29:00 -0700 |
commit | 539d39eb27083405b82b9e604e88af01a9a46c63 (patch) | |
tree | 5addc3281f3247dd87e93731f00584a8529e63b7 /tools/perf/builtin-script.c | |
parent | 4eca1cb28d8b0574ca4f1f48e9331c5f852d43b9 (diff) |
bcache: fix wrong return value in bch_debug_init()
in bch_debug_init(), ret is always 0, and the return value is useless,
change it to return 0 if be success after calling debugfs_create_dir(),
else return a non-zero value.
Signed-off-by: Tang Junhui <[email protected]>
Reviewed-by: Michael Lyle <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/builtin-script.c')
0 files changed, 0 insertions, 0 deletions