diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-01-04 14:25:20 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-06-03 16:27:21 +0200 |
commit | 36b7ee4dce9e519cf87917eccbaabb53638fdf03 (patch) | |
tree | 562e87cf1e574a5b1f239d17efd2156834b6f4a0 /scripts/gen_compile_commands.py | |
parent | a9a9da47f8e6c1fe24c8bfe36c7f5ee6fc3700a1 (diff) | |
download | linux-36b7ee4dce9e519cf87917eccbaabb53638fdf03.tar.gz linux-36b7ee4dce9e519cf87917eccbaabb53638fdf03.tar.bz2 linux-36b7ee4dce9e519cf87917eccbaabb53638fdf03.zip |
btrfs: no need to check return value of debugfs_create functions
When calling debugfs functions, there is no need to ever check the
return value. The function can work or not, but the code logic should
never do something different based on this.
Cc: Chris Mason <clm@fb.com>
Cc: Josef Bacik <josef@toxicpanda.com>
Cc: David Sterba <dsterba@suse.com>
Cc: linux-btrfs@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/gen_compile_commands.py')
0 files changed, 0 insertions, 0 deletions