summaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2019-06-18 17:45:49 +0200
committerJens Axboe2019-06-20 11:28:16 +0200
commitd27e84a305980ac61df0a6841059d0eb09b8283d (patch)
tree5b18ea38ffe928d345836a3c34ed345fe2fdb1d0 /block
parentblk-core: Remove blk_end_request*() declarations (diff)
downloadkernel-qcow2-linux-d27e84a305980ac61df0a6841059d0eb09b8283d.tar.gz
kernel-qcow2-linux-d27e84a305980ac61df0a6841059d0eb09b8283d.tar.xz
kernel-qcow2-linux-d27e84a305980ac61df0a6841059d0eb09b8283d.zip
block: drbd: 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: Philipp Reisner <philipp.reisner@linbit.com> Cc: Lars Ellenberg <lars.ellenberg@linbit.com> Cc: Jens Axboe <axboe@kernel.dk> Cc: drbd-dev@lists.linbit.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions